AlgorithmVisualizer - 算法可视化


MIT
跨平台
JavaScript

软件简介

Algorithm Visualizer,算法可视化。

在线Demo: http://parkjs814.github.io/AlgorithmVisualizer

算法目录层次结构

Path 描述
[/algorithm/category.json](https://github.com/parkjs814/AlgorithmVisualizer/tree/gh- pages/algorithm/category.json) 此文件包含类别及其算法的列表。
[/algorithm/[category]/[algorithm]/desc.json](https://github.com/parkjs814/AlgorithmVisualizer/blob/gh- pages/algorithm/graph_search/dfs/desc.json) 该文件包含该算法的描述和其实示例的列表。
[/algorithm/[category]/[algorithm]/[example]/data.js](https://github.com/parkjs814/AlgorithmVisualizer/blob/gh- pages/algorithm/graph_search/dfs/tree/data.js) 此文件预定义了一个显示在可视化模块中的数据变量。
[/algorithm/[category]/[algorithm]/[example]/code.js](https://github.com/parkjs814/AlgorithmVisualizer/blob/gh- pages/algorithm/graph_search/dfs/tree/code.js) 这个文件实现可视化和算法。

可视化模块