CSRT-NTUA / AlgoPlus

AlgoPlus is a C++17 library for complex data structures and algorithms
https://csrt-ntua.github.io/AlgoPlus
Apache License 2.0
141 stars 20 forks source link

Added 2 searching algorithms (DFS & BFS) #40

Closed Xoulios closed 5 months ago

Xoulios commented 5 months ago

I added Depth First Search algorithm and Breadth First Search algorithm. I also added their test cases. Please check if tests cases run correctly.