Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cwaldbieser/dijkstra

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

Last synced: 26 days 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.