AlgorithmVisualizer算法可视化
Algorithm Visualizer,算法可视化。
在线Demo: http://parkjs814.github.io/AlgorithmVisualizer
算法目录层次结构
Path | 描述 |
/algorithm/category.json | 此文件包含类别及其算法的列表。 |
/algorithm/[category]/[algorithm]/desc.json | 该文件包含该算法的描述和其实示例的列表。 |
/algorithm/[category]/[algorithm]/[example]/data.js | 此文件预定义了一个显示在可视化模块中的数据变量。 |
/algorithm/[category]/[algorithm]/[example]/code.js | 这个文件实现可视化和算法。 |
可视化模块
评论