Baseline implementations for common algorithms in C++.
The code in this repo will probably not be generic enough that you can use it for your own problems, but feel free to use the implementations as a guide for your own implementations.
-
Breadth First Search
-
Depth First Search