Some useful algorithms for competitive programming
Go to file
2020-04-27 13:03:28 -05:00
Data Structures Update segment_tree_v3.cpp 2020-04-27 13:03:28 -05:00
Geometry Update polygons.cpp 2019-09-04 13:49:32 -05:00
Graph Create max_flow.cpp 2020-04-25 15:13:46 -05:00
Math Update numtheory.cpp 2020-04-26 17:03:23 -05:00
Miscellaneous Added some number theory stuff 2020-04-10 17:39:17 -05:00
String Update kmp.cpp 2019-09-16 22:40:32 -05:00
Template Update template.cpp 2020-02-06 16:21:27 -06:00
Tools Create grader.sh 2020-03-17 10:21:10 -05:00
README.md Update README.md 2019-09-04 13:56:42 -05:00

Library

A collection of implementations of competitive programming algorithms.

For solutions of USACO problems, see https://github.com/Ta180m/USACO