微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

AlgorithmVisualizer 算法目录层次结构可视化模块 算法可视化

程序名称:AlgorithmVisualizer 算法目录层次结构可视化模块

授权协议: MIT

操作系统: 跨平台

开发语言: JavaScript

AlgorithmVisualizer 算法目录层次结构可视化模块 介绍

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) 这个文件实现可视化和算法。

可视化模块

AlgorithmVisualizer 算法目录层次结构可视化模块 官网

https://github.com/parkjs814/AlgorithmVisualizer

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐