Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvaclavik/dijkstra-js
A javascript implementation of dijkstra's algorithm.
https://github.com/jvaclavik/dijkstra-js
Last synced: 18 days ago
JSON representation
A javascript implementation of dijkstra's algorithm.
- Host: GitHub
- URL: https://github.com/jvaclavik/dijkstra-js
- Owner: jvaclavik
- Created: 2013-02-12T13:32:59.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-10T04:14:04.000Z (almost 13 years ago)
- Last Synced: 2024-11-10T07:40:55.925Z (3 months ago)
- Language: JavaScript
- Homepage: http://cs.txstate.edu/~bm1362/maths/nodes.html
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
JavaScript Dijkstra's Algorithm Implementation
---------------This is an implementation of [Dijkstra's Algorithm] in JS, HTML5/Canvas, and CSS3.
A fun afternoon project I wrote awhile ago while working in the University CS Tutoring Lab.
MCS 590!
[Dijkstra's Algorithm]: http://en.wikipedia.org/wiki/Dijkstra's_algorithm