Reusable C++ algorithms and data structures for competitive programming contests (codeforces, topcoder, hackerrank etc.)
Recommended IDE: CLion 2018.2.3 + JHelper plugin 0.15
Cleaned up libraries for CLion + JHelper
Some available libraries
- Binary search
- Lowest common ancestor
- Binary Indexed Tree
- Segment Tree
- Heavy light decomposition
- Convex hull
- Prime generator
- Simple matrix algebra
- ...