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