Please read the new rule regarding the restriction on the use of AI tools. ×

reusable c++ libs for codeforces
Difference between en1 and en2, changed 16 character(s)
I'd like to share my reusable c++ libs I've been using for codeforce contests. ↵

https://github.com/duc0/ContestNeko↵

Some existing utilities:↵

Binary search↵
Lowest common ancestor↵
Binary Indexed Tree↵
Segment Tree↵
Heavy light decomposition↵
Convex hull↵
Prime generator↵
Simple matrix algebra↵
...↵

You are free to use it in contests (subject to codeforces's policy I guess) and any contributions are more than welcome!↵

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English Duc 2018-08-26 20:20:54 2 Tiny change: ' algebra\n...\n\nYou' -> ' algebra\n- ...\n\nYou'
en2 English Duc 2018-08-26 20:20:34 16
en1 English Duc 2018-08-26 20:20:06 465 Initial revision (published)