Reusable C++ algorithms and data structures for competitive programming contests (codeforces, topcoder, hackerrank etc.)
Recommended IDE: CLion 2017.2 + JHelper plugin
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
- ...