Some useful algorithms for competitive programming
Go to file
Anthony Wang b4feee9a2b
Use const instead of constexpr
2022-03-05 21:17:28 -06:00
Data Structures fix off by one in sparse table 2021-12-12 17:22:34 +05:30
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 Use const instead of constexpr 2022-03-05 21:17:28 -06:00
String Enforce consistent style 2020-08-22 09:51:51 -05:00
Template Use const instead of constexpr 2022-03-05 21:17:28 -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 Revise README to point to my website's CP page 2022-01-11 18:29:05 -06:00

Library

Some useful algorithms for competitive programming.