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

https://github.com/srowhani/dijkstra-shortest-path

Given a labeled, directed graph G=(V,E), and a distinguished vertex, s ∈ V finds for each vertex w ∈ V, s.t (s,w)'s edge is minimal.
https://github.com/srowhani/dijkstra-shortest-path

Last synced: 3 months ago
JSON representation

Given a labeled, directed graph G=(V,E), and a distinguished vertex, s ∈ V finds for each vertex w ∈ V, s.t (s,w)'s edge is minimal.

Awesome Lists containing this project