Skip to content

Latest commit

 

History

History

016-dijkstra-cpp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Dijkstra

Implemented in C++17

Prerequisites

  • gcc
  • fmt

Build & Run

$ ./make.sh

Then execute with predefined graph

$ bin/dijkstra PREDEF

or, with prompt to enter your own graph

$ bin/dijkstra

Licence

BSD