Some useful algorithms for competitive programming
Go to file
2020-08-18 17:14:00 -05:00
Data Structures Update segment_tree.cpp 2020-08-16 20:56:31 -05:00
Geometry Cleaned up geometry libraries 2020-08-12 09:29:40 -05:00
Graph Update max_flow.cpp 2020-07-04 15:36:48 -05:00
Math Update numtheory.cpp 2020-07-13 10:55:06 -05:00
Miscellaneous Create mi.cpp 2020-06-21 10:28:19 -05:00
String Update suffix_array.cpp 2020-06-25 13:56:47 -05:00
Template Update README.md 2020-08-18 17:14:00 -05:00
Tools Create stress.sh 2020-05-24 20:35:53 -05:00
LICENSE Create LICENSE 2020-05-19 15:37:10 -05:00
README.md Update README.md 2020-08-14 11:35:40 -05:00

Library

A collection of implementations of competitive programming algorithms. Under construction.

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