文件名称:dsaJS:JavaScript中的数据结构和算法示例
文件大小:57KB
文件格式:ZIP
更新时间:2024-05-21 10:14:15
JavaScript
JavaScript中的数据结构和算法示例 这个项目的目的是通过在Web页面上使用可视化数据结构和算法,来教他们。 目前,这是一个使用简单页面模型的基于AngularJS的网站的开发工作。 先决条件 已安装 。 节点包: npm -g install bower browserify grunt-cli node-static watchify 安装 git clone ... cd dsaJS npm install && bower install 建造 grunt build 测试 npm test 跑步 grunt serve 在浏览器中访问 。 贡献 在GitHub上向发送(干净)请求请求 执照 随心所欲使用。 如果可以的话,请在这里链接。 许可证。 版权所有:copyright:2014 Code Fellows LLC。
【文件预览】:
dsaJS-master
----.gitignore(94B)
----README.md(895B)
----server.js(367B)
----test()
--------linkedListStack-test.js(2KB)
--------graph-test.js(1KB)
--------wqu-test.js(534B)
--------BST-test.js(1KB)
--------dictionary-test.js(649B)
--------DFS-test.js(794B)
--------parenFinder-test.js(734B)
--------evaluate-test.js(393B)
--------queue-test.js(394B)
----.bowerrc(37B)
----app()
--------css()
--------views()
--------js()
--------index.html(1KB)
----Gruntfile.js(2KB)
----.jshintrc(451B)
----bower.json(613B)
----package.json(948B)
----doc()
--------Graph.js.html(3KB)
--------Node.html(3KB)
--------module-Graph.html(2KB)
--------module-LinkedListStack-LinkedListStack__Node.html(4KB)
--------class.html(2KB)
--------scripts()
--------styles()
--------module-LinkedListStack.html(2KB)
--------LinkedListStack.html(6KB)
--------module-Graph-Graph.html(7KB)
--------linkedListStack.js.html(4KB)
--------index.html(1KB)
--------module-Graph-Vertex.html(2KB)
--------LinkedListStack__Node.html(3KB)
--------module-LinkedListStack-LinkedListStack.html(8KB)
----lib()
--------LinkedListQueue.js(1KB)
--------percolation.js(624B)
--------deque.js(228B)
--------Dictionary.js(374B)
--------queue.js(567B)
--------es6()
--------GraphWithDFS.js(2KB)
--------evaluate.js(697B)
--------postFix.js(619B)
--------weeklyTemps.js(520B)
--------parenFinder.js(608B)
--------binaryTree.js(3KB)
--------linkedListStack.js(3KB)
--------Graph.js(1KB)
--------WeightedQuickUnion.js(1KB)