Template library
Copy-paste implementations of the algorithms that win contests: C++ and Python, each with a problem to test it on.
Data Structures
disjoint sets
range queries
offline queries
Graph Algorithms
spanning trees
dags & satisfiability
euler tours
Tree Algorithms
Dynamic Programming
bitmask
digits & optimization
