Some useful algorithms for competitive programming
Go to file
2020-08-21 10:46:26 -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 Enforce consistent style 2020-08-21 10:46:26 -05:00
Math Inline functions 2020-08-21 10:46:06 -05:00
Miscellaneous Move modint 2020-08-21 10:45:11 -05:00
String Update suffix_array.cpp 2020-06-25 13:56:47 -05:00
Template Update README.md 2020-08-19 21:32:31 -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-20 22:08:50 -05:00

Library

A collection of implementations of competitive programming algorithms.

Currently under construction. For progress, see https://github.com/Ta180m/Library/projects/2.

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