Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 191 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 191 Bytes

These programs implement a Breadth First Search (BFS) and Depth First Search (DFS) on provided example graphs.

Run 'make' while in graphSearch directory.

Run executables progBFS or progDFS.