Some useful algorithms for competitive programming
Go to file
2021-01-21 20:18:42 -06:00
Data Structures Update fenwick_tree.cpp 2021-01-19 21:44:08 -06:00
Geometry Cleaned up geometry libraries 2020-08-12 09:29:40 -05:00
Graph Update lca.cpp 2021-01-21 20:18:42 -06:00
Math Cleanup 2020-09-25 21:36:46 -05:00
String Enforce consistent style 2020-08-22 09:51:51 -05:00
Template Update template README 2021-01-19 21:19:52 -06:00
Tools Create stress.sh 2020-05-24 20:35:53 -05:00
LICENSE Update LICENSE 2021-01-19 21:29:57 -06: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.