Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

C++ implementation of Dijkstra's shortest-path algorithm.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages