reusable c++ libs for codeforces

Revision en3, by Duc, 2018-08-26 20:20:54

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!

Tags github, opensource

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)