An open API service indexing awesome lists of open source software.

https://github.com/cwaldbieser/dijkstra

Dijkstra's shortest path algorithm.
https://github.com/cwaldbieser/dijkstra

Last synced: 8 months ago
JSON representation

Dijkstra's shortest path algorithm.

Awesome Lists containing this project

README

          

Dijkstra's shortest path algorithm
==================================

Python3 implementation.

I always end up using scipy because I forget this algorithm, even though it's
not that complicated. Hopefully, this simple implementation will serve as a
reference.