Own C++ implementation of some algorithms and data structures. Main intended use is for algorithmic programmic.
The project consists of:
- Algorithms
- Kruskal's algorithm
- DFS graph cycle remove
- Binary Search
- Floodfill (BFS)
- Data strucures
- Disjoint set