zengzhiw / DijkstraShortestPath

Implementation of Dijkstra's algorithm in C++ which finds the shortest path from a start node to every other node in a weighted graph.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dijkstra's Algorithm

Implementation of Dijkstra's algorithm in C++ which finds the shortest path from a start node to every other node in a weighted graph.

About

Implementation of Dijkstra's algorithm in C++ which finds the shortest path from a start node to every other node in a weighted graph.


Languages

Language:C++ 100.0%