reusable c++ libs for codeforces

Правка en3, от 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!

Теги github, opensource

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en3 Английский Duc 2018-08-26 20:20:54 2 Tiny change: ' algebra\n...\n\nYou' -> ' algebra\n- ...\n\nYou'
en2 Английский Duc 2018-08-26 20:20:34 16
en1 Английский Duc 2018-08-26 20:20:06 465 Initial revision (published)