├── .travis.yml ├── aho-corasick.md ├── annealing.md ├── bayans.md ├── binary-search.md ├── bitset.md ├── centroid.md ├── combinatorics.md ├── convex-hulls.md ├── dfs.md ├── dp-optimizations.md ├── eratosthenes.md ├── euclid.md ├── fenwick.md ├── fft.md ├── games-on-graphs.md ├── geometry.md ├── hashing.md ├── hld.md ├── img ├── centroid.jpg ├── chernobyl.jpg ├── complex-circle.png ├── divide-and-conquer.png ├── fenwick_ranges.png ├── hash-table.png ├── safe-edge.png ├── scc.png ├── scooby-doo.jpg └── stasyan.jpg ├── imperfect-information.md ├── index.md ├── karatsuba.md ├── lca.md ├── linalg.md ├── link_cut.md ├── links.md ├── matching.md ├── matroid.md ├── mincost-maxflow.md ├── mst.md ├── no-deallocation.md ├── palindromes.md ├── pollard.md ├── probability.md ├── reciprocal.md ├── segtree.md ├── shortest-paths.md ├── sorting.md ├── sparse-table.md ├── sprague-grundy.md ├── sqrt.md ├── sse.md ├── stl.md ├── stress-test.md ├── string-searching.md ├── suffix-array.md ├── suffix-automaton.md ├── treap.md └── trie.md /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/.travis.yml -------------------------------------------------------------------------------- /aho-corasick.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/aho-corasick.md -------------------------------------------------------------------------------- /annealing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/annealing.md -------------------------------------------------------------------------------- /bayans.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/bayans.md -------------------------------------------------------------------------------- /binary-search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/binary-search.md -------------------------------------------------------------------------------- /bitset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/bitset.md -------------------------------------------------------------------------------- /centroid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/centroid.md -------------------------------------------------------------------------------- /combinatorics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/combinatorics.md -------------------------------------------------------------------------------- /convex-hulls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/convex-hulls.md -------------------------------------------------------------------------------- /dfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/dfs.md -------------------------------------------------------------------------------- /dp-optimizations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/dp-optimizations.md -------------------------------------------------------------------------------- /eratosthenes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/eratosthenes.md -------------------------------------------------------------------------------- /euclid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/euclid.md -------------------------------------------------------------------------------- /fenwick.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/fenwick.md -------------------------------------------------------------------------------- /fft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/fft.md -------------------------------------------------------------------------------- /games-on-graphs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/games-on-graphs.md -------------------------------------------------------------------------------- /geometry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/geometry.md -------------------------------------------------------------------------------- /hashing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/hashing.md -------------------------------------------------------------------------------- /hld.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/hld.md -------------------------------------------------------------------------------- /img/centroid.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/img/centroid.jpg -------------------------------------------------------------------------------- /img/chernobyl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/img/chernobyl.jpg -------------------------------------------------------------------------------- /img/complex-circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/img/complex-circle.png -------------------------------------------------------------------------------- /img/divide-and-conquer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/img/divide-and-conquer.png -------------------------------------------------------------------------------- /img/fenwick_ranges.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/img/fenwick_ranges.png -------------------------------------------------------------------------------- /img/hash-table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/img/hash-table.png -------------------------------------------------------------------------------- /img/safe-edge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/img/safe-edge.png -------------------------------------------------------------------------------- /img/scc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/img/scc.png -------------------------------------------------------------------------------- /img/scooby-doo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/img/scooby-doo.jpg -------------------------------------------------------------------------------- /img/stasyan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/img/stasyan.jpg -------------------------------------------------------------------------------- /imperfect-information.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/imperfect-information.md -------------------------------------------------------------------------------- /index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/index.md -------------------------------------------------------------------------------- /karatsuba.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/karatsuba.md -------------------------------------------------------------------------------- /lca.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/lca.md -------------------------------------------------------------------------------- /linalg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/linalg.md -------------------------------------------------------------------------------- /link_cut.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/link_cut.md -------------------------------------------------------------------------------- /links.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/links.md -------------------------------------------------------------------------------- /matching.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/matching.md -------------------------------------------------------------------------------- /matroid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/matroid.md -------------------------------------------------------------------------------- /mincost-maxflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/mincost-maxflow.md -------------------------------------------------------------------------------- /mst.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/mst.md -------------------------------------------------------------------------------- /no-deallocation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/no-deallocation.md -------------------------------------------------------------------------------- /palindromes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/palindromes.md -------------------------------------------------------------------------------- /pollard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/pollard.md -------------------------------------------------------------------------------- /probability.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/probability.md -------------------------------------------------------------------------------- /reciprocal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/reciprocal.md -------------------------------------------------------------------------------- /segtree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/segtree.md -------------------------------------------------------------------------------- /shortest-paths.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/shortest-paths.md -------------------------------------------------------------------------------- /sorting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/sorting.md -------------------------------------------------------------------------------- /sparse-table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/sparse-table.md -------------------------------------------------------------------------------- /sprague-grundy.md: -------------------------------------------------------------------------------- 1 | # Теория Шпрага-Гранди 2 | 3 | TODO 4 | -------------------------------------------------------------------------------- /sqrt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/sqrt.md -------------------------------------------------------------------------------- /sse.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/sse.md -------------------------------------------------------------------------------- /stl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/stl.md -------------------------------------------------------------------------------- /stress-test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/stress-test.md -------------------------------------------------------------------------------- /string-searching.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/string-searching.md -------------------------------------------------------------------------------- /suffix-array.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/suffix-array.md -------------------------------------------------------------------------------- /suffix-automaton.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/suffix-automaton.md -------------------------------------------------------------------------------- /treap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/treap.md -------------------------------------------------------------------------------- /trie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/algorithmica-org/ru/HEAD/trie.md --------------------------------------------------------------------------------