Skip to content

Shortest Path using Dijkstra's Algorithm - GUI Solver

Notifications You must be signed in to change notification settings

mdahshan/dijkstra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dijkstra's algorithm Solver

Draw a graph and calculate the shortest path table for any source node. You can save the graph as an SVG file.

Files

  • dijkstra.js contains the JavaScript code
  • dijkstra.html contains a demo page
  • dijkstra.css contains the stylesheet

Notes

References

  1. Computer Networks, 5E, by Andrew S. Tanenbaum
  2. https://developer.mozilla.org/en/docs/Web/SVG/Element/textPath
  3. http://stackoverflow.com/questions/24045673/reorder-elements-of-svg-z-index-in-d3-js
  4. https://developer.mozilla.org/en-US/docs/Web/API/XMLSerializer
  5. http://stackoverflow.com/questions/2897619/using-html5-javascript-to-generate-and-save-a-file
  6. http://stackoverflow.com/questions/27098373/saving-xml-filen-in-node-js

About

Shortest Path using Dijkstra's Algorithm - GUI Solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published