cp-book icon indicating copy to clipboard operation
cp-book copied to clipboard

Book Code for Competitive Programming

Results 7 cp-book issues
Sort by recently updated
recently updated
newest added

- [x] div_vector; container bucketed by sqrt - [x] multiplication - [x] inverse / sqrt - [x] prime count (exp/log) - [ ] fraction for euler transform - [ ]...

- [ ] seg_tree - [ ] bit - [ ] fft

Algorithms - [x] multiply_inverser - [x] polynomial / power series class - [x] integ/deriv/exp/log/pow - [ ] interpolation/multipoint - [ ] GCD Interface - [ ] square - [ ]...

- [x] Point2D - [x] 2d utilities - [ ] 2d hull - [ ] Circumcircle - [ ] min-enclosing disk - [x] Point3D - [ ] 3d hull -...

More tree primitives, like distance to LCA, last node before LCA, kth node on path, etc