Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 312 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 312 Bytes

digraph

Digraph class with a breadth first search and a dijkstra algorithm for finding paths with weighted edges. To compile and run from terminal simply type: g++ -o main.out main.cpp && ./main.out inputFile2.txt

A text file in the format as inputFile2.txt is required to input graph vertex connection data.