Skip to content

Implementations of Dijkstra's shortest path algorithm in different languages

Notifications You must be signed in to change notification settings

pavolgolias/dijkstras-algorithm

 
 

Repository files navigation

dijkstras-algorithm

Implementations of Dijkstra's shortest path algorithm in different languages. Head over to http://maxburstein.com/blog/introduction-to-graph-theory-finding-shortest-path/ to learn about implementing Dijkstra's algorithm. You can also learn about unit testing by visiting http://maxburstein.com/blog/introduction-to-unit-testing-in-python-and-ruby/.

Usage Example:

Visualization

Each example should feature this graph and should print the path A->B->F->H in some format. ex. py dijkstras.py >>> ['H', 'F', 'B']

Current Supported Languages:

C++, C#, Java, Javascript, Typescript, Coffeescript, PHP, Python, Ruby, Scala (Bolded languages have associated test-suites)

About

Implementations of Dijkstra's shortest path algorithm in different languages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 14.6%
  • Ruby 12.9%
  • Python 12.2%
  • C# 10.1%
  • TypeScript 9.8%
  • C++ 9.5%
  • Other 30.9%