Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

reusable c++ libs for codeforces
Разница между en1 и en2, 16 символ(ов) изменены
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!↵

История

 
 
 
 
Правки
 
 
  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)