mkdir build
cd build
cmake ..
make -j8
- *: This was a "Problem of the Week"
- 2C: 2-Coloring / Bipartition
- 2CC: 2-Connected Components / Biconnected Components
- BS: Binary Search
- CC: Connected Components
- DFS: Depth First Search
- DP: Dynamic Programming
- DT: Delaunay Triangulation
- Geo: Geometric
- LP: Linear Programming
- MC: Min. Cut
- MCMF: Min. Cost Max. Flow
- MF: Max. Flow
- MM: Maximal Matching
- MST: Minimum Spanning Tree
- SL: Split & List
- SP: Shortest Path
- SW: Sliding Window
- UF: Union Find
For some problems, an official solutions was released. You can find them in this repository as well.