dijkstras-algorithm icon indicating copy to clipboard operation
dijkstras-algorithm copied to clipboard

Implementations of Dijkstra's shortest path algorithm in different languages

Results 3 dijkstras-algorithm issues
Sort by recently updated
recently updated
newest added

added c++ code dijkstra

Can use different types for vertices (e.g. std::string) and distances (e.g. float). Important when using a larger graph and for greater precision, respectively.