Duc's blog

By Duc, history, 6 years ago, In English

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!

  • Vote: I like it
  • +57
  • Vote: I do not like it

»
6 years ago, # |
  Vote: I like it +5 Vote: I do not like it

Auto comment: topic has been updated by Duc (previous revision, new revision, compare).

»
6 years ago, # |
  Vote: I like it +5 Vote: I do not like it

Auto comment: topic has been updated by Duc (previous revision, new revision, compare).