diff --git a/README.md b/README.md index b3e454b..bef9fdd 100644 --- a/README.md +++ b/README.md @@ -34,32 +34,46 @@ Wtedy i tak odpowiednio zmodyfikuje poniższą todolistę. - [x] flow/hungarian - [x] flow/konig-theorem - [x] flow/matching -- [x] flow/mcmf +- [x] flow/mcmf-dijkstra +- [x] flow/mcmf-spfa - [x] geo/advanced-complex - [x] geo/angle-sort +- [x] geo/angle180-intervals - [x] geo/area - [x] geo/circle-intersection -- [x] geo/circle-tangent +- [x] geo/circle-tangents +- [x] geo/closest-pair +- [x] geo/convex-gen - [x] geo/convex-hull - [x] geo/convex-hull-online +- [x] geo/delaunay-triangulation +- [x] geo/furthest-pair - [x] geo/halfplane-intersection - [x] geo/intersect-lines +- [x] geo/is-in-hull - [x] geo/line - [x] geo/point +- [x] geo/polygon-gen +- [x] geo/polygon-print +- [x] geo/voronoi-diagram - [x] graph/2sat - [x] graph/biconnected - [x] graph/cactus-cycles - [x] graph/centro-decomp - [x] graph/coloring - [x] graph/de-brujin +- [x] graph/directed-mst - [x] graph/dominator-tree - [x] graph/dynamic-connectivity - [x] graph/eulerian-path - [x] graph/hld +- [x] graph/hld-online-bottom-up - [x] graph/jump-ptr - [x] graph/line-graph-inverse +- [x] graph/max-clique - [x] graph/negative-cycle - [x] graph/planar-graph-faces +- [x] graph/planarity-check - [x] graph/scc - [x] graph/toposort - [x] graph/triangles @@ -77,21 +91,27 @@ Wtedy i tak odpowiednio zmodyfikuje poniższą todolistę. - [x] math/fwht - [x] math/gauss - [x] math/integral +- [x] math/lagrange-consecutive - [x] math/matrix-header - [x] math/matrix-inverse - [x] math/miller-rabin - [x] math/mod-int +- [x] math/multiplicative - [x] math/ntt +- [x] math/pell - [x] math/pi - [x] math/polynomial - [x] math/power-sum - [x] math/primitive-root +- [x] math/pythagorean-triples - [x] math/rho-pollard - [x] math/same-div - [x] math/sieve - [x] math/simple-modulo - [x] math/simplex +- [x] math/tonelli-shanks - [x] math/xor-base +- [x] optimizations/divide-and-conquer-dp - [x] optimizations/dp-1d1d - [x] optimizations/fio - [x] optimizations/knuth @@ -100,16 +120,19 @@ Wtedy i tak odpowiednio zmodyfikuje poniższą todolistę. - [x] optimizations/random - [x] optimizations/sos-dp - [x] string/aho-corasick +- [x] string/eertree - [x] string/hashing - [x] string/kmp - [x] string/lyndon-min-cyclic-rot - [x] string/manacher - [x] string/pref +- [x] string/squares - [x] string/suffix-array-interval - [x] string/suffix-array-long - [x] string/suffix-array-short - [x] string/suffix-automaton - [x] string/suffix-tree +- [x] string/wildcard-matching - [x] utils/dzien-probny - [x] utils/example-code -- [x] utils/print-tree +- [x] utils/print-tree \ No newline at end of file