Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 215 Bytes

File metadata and controls

10 lines (7 loc) · 215 Bytes

Graph algorithm

A small C++ implementation of Dijkstra's shortest-path algorithm. Edit the graph and input values in main.cpp before compiling.

Build

g++ -std=c++17 -O2 -o main main.cpp
./main