Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 190 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 190 Bytes

Project-1 (Analysis of Algorithms-2, ITU)

C++ implementation of two well-known graph traverse algorithms for a gold mining game:

  • Breadth-First Search (BFS)
  • Depth-First Search (DFS)