├── 2-SAT.md ├── @BEST theorem.md ├── @Binary decomposition of a data structure.md ├── AlgoWiki.md ├── AlgoWiki.png ├── BEST theorem.md ├── Bidirectional search.md ├── Binary decomposition of a data structure.md ├── Binary jumping on a tree.md ├── Binary jumping.md ├── Binary search.md ├── Bipartite graph.md ├── Bipartite matching.md ├── Bisection method.md ├── Blossom algorithm.md ├── Breadth-first search.md ├── Burnside's lemma.md ├── Bézout's identity.md ├── Calipers.gif ├── Centroid decomposition.md ├── Chromatic polynomial.md ├── Class representative.md ├── Closest pair of points.md ├── Closure problem.md ├── Combinatorial species.md ├── Competitive programming resources.md ├── Convex hull trick.md ├── Convex hull.md ├── Convex polygon.md ├── Coordinate compression.md ├── Cycle index.md ├── De Bruijn sequence.md ├── Dilworth's theorem.md ├── Divide and conquer optimization.md ├── Divide and conquer.md ├── Dominator tree.md ├── Dynamic connectivity.md ├── Dynamic programming optimization.md ├── Dynamic programming over bipartite matchings.md ├── Dynamic programming over digits.md ├── Dynamic programming over permutation segments.md ├── Dynamic programming with divide and conquer.md ├── Dynamic programming with profile.md ├── Dynamic programming.md ├── Eertree.md ├── Eulerian cycle.md ├── Fast Fourier transform.md ├── Fast Hadamard transform.md ├── Floating-point number.md ├── Floor sum.md ├── Formal power series.md ├── Frobenius coin problem.md ├── Functional graph.md ├── Gaussian elimination.md ├── Generating function.md ├── Graph center.md ├── Graph isomorphism.md ├── Grundy numbers.md ├── Half-plane intersection.md ├── Hall's marriage theorem.md ├── Hashing.md ├── Heavy-light decomposition.md ├── Help.md ├── Huffman coding.md ├── Image segmentation.md ├── Inclusion-exclusion principle.md ├── Kirchhoff's matrix tree theorem.md ├── Knapsack problem.md ├── Knuth's optimization.md ├── Kőnig's theorem.md ├── Line segment intersection.md ├── Linear programming.md ├── Longest path problem.md ├── Lovász toggle.md ├── Manhattan distance.md ├── Matrix exponentiation.md ├── Maximal rectangles under a histogram.md ├── Maximum density subgraph.md ├── Maximum flow.md ├── Meet-in-the-middle.md ├── Merge sort tree.md ├── Minimum Cost Arborescence.md ├── Minimum Steiner tree.md ├── Minimum cost maximum flow.md ├── Minimum cut.md ├── Minimum spanning tree.md ├── Minkowski sum.md ├── Mo's algorithm on trees.md ├── Mo's algorithm.md ├── Möbius inversion formula.md ├── Number theoretic transform.md ├── Optimal caching.md ├── Parallel binary search.md ├── Path cover.md ├── Perfect hashing.md ├── Persistent data structure.md ├── Persistent segment tree.md ├── Pick's theorem.md ├── Primitive root modulo n.md ├── Pseudoforest.md ├── Pólya enumeration theorem.md ├── README.adoc ├── Rectilinear minimum spanning tree.md ├── Root of unity modulo n.md ├── Rotating calipers.md ├── Segment tree.md ├── Shrink trick.md ├── Sieve of Eratosthenes.md ├── Sieve.md ├── Snell's law.md ├── Stable marriage problem.md ├── Subtree compression.md ├── Suffix array.md ├── Suffix automaton.md ├── Suffix tree.md ├── Sweep line.md ├── Synchronizing word.md ├── Ternary search.md ├── Topological sorting.md ├── Tridiagonal matrix algorithm.md ├── Trie.md ├── Union-find data structure.md ├── Vertex-disjoint path cover.md └── Wavelet tree.md /2-SAT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/2-SAT.md -------------------------------------------------------------------------------- /@BEST theorem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/@BEST theorem.md -------------------------------------------------------------------------------- /@Binary decomposition of a data structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/@Binary decomposition of a data structure.md -------------------------------------------------------------------------------- /AlgoWiki.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/AlgoWiki.md -------------------------------------------------------------------------------- /AlgoWiki.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/AlgoWiki.png -------------------------------------------------------------------------------- /BEST theorem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/BEST theorem.md -------------------------------------------------------------------------------- /Bidirectional search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Bidirectional search.md -------------------------------------------------------------------------------- /Binary decomposition of a data structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Binary decomposition of a data structure.md -------------------------------------------------------------------------------- /Binary jumping on a tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Binary jumping on a tree.md -------------------------------------------------------------------------------- /Binary jumping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Binary jumping.md -------------------------------------------------------------------------------- /Binary search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Binary search.md -------------------------------------------------------------------------------- /Bipartite graph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Bipartite graph.md -------------------------------------------------------------------------------- /Bipartite matching.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Bipartite matching.md -------------------------------------------------------------------------------- /Bisection method.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Bisection method.md -------------------------------------------------------------------------------- /Blossom algorithm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Blossom algorithm.md -------------------------------------------------------------------------------- /Breadth-first search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Breadth-first search.md -------------------------------------------------------------------------------- /Burnside's lemma.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Burnside's lemma.md -------------------------------------------------------------------------------- /Bézout's identity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Bézout's identity.md -------------------------------------------------------------------------------- /Calipers.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Calipers.gif -------------------------------------------------------------------------------- /Centroid decomposition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Centroid decomposition.md -------------------------------------------------------------------------------- /Chromatic polynomial.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Chromatic polynomial.md -------------------------------------------------------------------------------- /Class representative.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Class representative.md -------------------------------------------------------------------------------- /Closest pair of points.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Closest pair of points.md -------------------------------------------------------------------------------- /Closure problem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Closure problem.md -------------------------------------------------------------------------------- /Combinatorial species.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Combinatorial species.md -------------------------------------------------------------------------------- /Competitive programming resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Competitive programming resources.md -------------------------------------------------------------------------------- /Convex hull trick.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Convex hull trick.md -------------------------------------------------------------------------------- /Convex hull.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Convex hull.md -------------------------------------------------------------------------------- /Convex polygon.md: -------------------------------------------------------------------------------- 1 | --- 2 | categories: Geometry 3 | ... 4 | 5 | ## See also 6 | * [Convex hull]() 7 | 8 | -------------------------------------------------------------------------------- /Coordinate compression.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Coordinate compression.md -------------------------------------------------------------------------------- /Cycle index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Cycle index.md -------------------------------------------------------------------------------- /De Bruijn sequence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/De Bruijn sequence.md -------------------------------------------------------------------------------- /Dilworth's theorem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Dilworth's theorem.md -------------------------------------------------------------------------------- /Divide and conquer optimization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Divide and conquer optimization.md -------------------------------------------------------------------------------- /Divide and conquer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Divide and conquer.md -------------------------------------------------------------------------------- /Dominator tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Dominator tree.md -------------------------------------------------------------------------------- /Dynamic connectivity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Dynamic connectivity.md -------------------------------------------------------------------------------- /Dynamic programming optimization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Dynamic programming optimization.md -------------------------------------------------------------------------------- /Dynamic programming over bipartite matchings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Dynamic programming over bipartite matchings.md -------------------------------------------------------------------------------- /Dynamic programming over digits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Dynamic programming over digits.md -------------------------------------------------------------------------------- /Dynamic programming over permutation segments.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Dynamic programming over permutation segments.md -------------------------------------------------------------------------------- /Dynamic programming with divide and conquer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Dynamic programming with divide and conquer.md -------------------------------------------------------------------------------- /Dynamic programming with profile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Dynamic programming with profile.md -------------------------------------------------------------------------------- /Dynamic programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Dynamic programming.md -------------------------------------------------------------------------------- /Eertree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Eertree.md -------------------------------------------------------------------------------- /Eulerian cycle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Eulerian cycle.md -------------------------------------------------------------------------------- /Fast Fourier transform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Fast Fourier transform.md -------------------------------------------------------------------------------- /Fast Hadamard transform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Fast Hadamard transform.md -------------------------------------------------------------------------------- /Floating-point number.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Floating-point number.md -------------------------------------------------------------------------------- /Floor sum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Floor sum.md -------------------------------------------------------------------------------- /Formal power series.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Formal power series.md -------------------------------------------------------------------------------- /Frobenius coin problem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Frobenius coin problem.md -------------------------------------------------------------------------------- /Functional graph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Functional graph.md -------------------------------------------------------------------------------- /Gaussian elimination.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Gaussian elimination.md -------------------------------------------------------------------------------- /Generating function.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Generating function.md -------------------------------------------------------------------------------- /Graph center.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Graph center.md -------------------------------------------------------------------------------- /Graph isomorphism.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Graph isomorphism.md -------------------------------------------------------------------------------- /Grundy numbers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Grundy numbers.md -------------------------------------------------------------------------------- /Half-plane intersection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Half-plane intersection.md -------------------------------------------------------------------------------- /Hall's marriage theorem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Hall's marriage theorem.md -------------------------------------------------------------------------------- /Hashing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Hashing.md -------------------------------------------------------------------------------- /Heavy-light decomposition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Heavy-light decomposition.md -------------------------------------------------------------------------------- /Help.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Help.md -------------------------------------------------------------------------------- /Huffman coding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Huffman coding.md -------------------------------------------------------------------------------- /Image segmentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Image segmentation.md -------------------------------------------------------------------------------- /Inclusion-exclusion principle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Inclusion-exclusion principle.md -------------------------------------------------------------------------------- /Kirchhoff's matrix tree theorem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Kirchhoff's matrix tree theorem.md -------------------------------------------------------------------------------- /Knapsack problem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Knapsack problem.md -------------------------------------------------------------------------------- /Knuth's optimization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Knuth's optimization.md -------------------------------------------------------------------------------- /Kőnig's theorem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Kőnig's theorem.md -------------------------------------------------------------------------------- /Line segment intersection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Line segment intersection.md -------------------------------------------------------------------------------- /Linear programming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Linear programming.md -------------------------------------------------------------------------------- /Longest path problem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Longest path problem.md -------------------------------------------------------------------------------- /Lovász toggle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Lovász toggle.md -------------------------------------------------------------------------------- /Manhattan distance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Manhattan distance.md -------------------------------------------------------------------------------- /Matrix exponentiation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Matrix exponentiation.md -------------------------------------------------------------------------------- /Maximal rectangles under a histogram.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Maximal rectangles under a histogram.md -------------------------------------------------------------------------------- /Maximum density subgraph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Maximum density subgraph.md -------------------------------------------------------------------------------- /Maximum flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Maximum flow.md -------------------------------------------------------------------------------- /Meet-in-the-middle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Meet-in-the-middle.md -------------------------------------------------------------------------------- /Merge sort tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Merge sort tree.md -------------------------------------------------------------------------------- /Minimum Cost Arborescence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Minimum Cost Arborescence.md -------------------------------------------------------------------------------- /Minimum Steiner tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Minimum Steiner tree.md -------------------------------------------------------------------------------- /Minimum cost maximum flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Minimum cost maximum flow.md -------------------------------------------------------------------------------- /Minimum cut.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Minimum cut.md -------------------------------------------------------------------------------- /Minimum spanning tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Minimum spanning tree.md -------------------------------------------------------------------------------- /Minkowski sum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Minkowski sum.md -------------------------------------------------------------------------------- /Mo's algorithm on trees.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Mo's algorithm on trees.md -------------------------------------------------------------------------------- /Mo's algorithm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Mo's algorithm.md -------------------------------------------------------------------------------- /Möbius inversion formula.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Möbius inversion formula.md -------------------------------------------------------------------------------- /Number theoretic transform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Number theoretic transform.md -------------------------------------------------------------------------------- /Optimal caching.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Optimal caching.md -------------------------------------------------------------------------------- /Parallel binary search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Parallel binary search.md -------------------------------------------------------------------------------- /Path cover.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Path cover.md -------------------------------------------------------------------------------- /Perfect hashing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Perfect hashing.md -------------------------------------------------------------------------------- /Persistent data structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Persistent data structure.md -------------------------------------------------------------------------------- /Persistent segment tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Persistent segment tree.md -------------------------------------------------------------------------------- /Pick's theorem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Pick's theorem.md -------------------------------------------------------------------------------- /Primitive root modulo n.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Primitive root modulo n.md -------------------------------------------------------------------------------- /Pseudoforest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Pseudoforest.md -------------------------------------------------------------------------------- /Pólya enumeration theorem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Pólya enumeration theorem.md -------------------------------------------------------------------------------- /README.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/README.adoc -------------------------------------------------------------------------------- /Rectilinear minimum spanning tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Rectilinear minimum spanning tree.md -------------------------------------------------------------------------------- /Root of unity modulo n.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Root of unity modulo n.md -------------------------------------------------------------------------------- /Rotating calipers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Rotating calipers.md -------------------------------------------------------------------------------- /Segment tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Segment tree.md -------------------------------------------------------------------------------- /Shrink trick.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Shrink trick.md -------------------------------------------------------------------------------- /Sieve of Eratosthenes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Sieve of Eratosthenes.md -------------------------------------------------------------------------------- /Sieve.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Sieve.md -------------------------------------------------------------------------------- /Snell's law.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Snell's law.md -------------------------------------------------------------------------------- /Stable marriage problem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Stable marriage problem.md -------------------------------------------------------------------------------- /Subtree compression.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Subtree compression.md -------------------------------------------------------------------------------- /Suffix array.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Suffix array.md -------------------------------------------------------------------------------- /Suffix automaton.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Suffix automaton.md -------------------------------------------------------------------------------- /Suffix tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Suffix tree.md -------------------------------------------------------------------------------- /Sweep line.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Sweep line.md -------------------------------------------------------------------------------- /Synchronizing word.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Synchronizing word.md -------------------------------------------------------------------------------- /Ternary search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Ternary search.md -------------------------------------------------------------------------------- /Topological sorting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Topological sorting.md -------------------------------------------------------------------------------- /Tridiagonal matrix algorithm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Tridiagonal matrix algorithm.md -------------------------------------------------------------------------------- /Trie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Trie.md -------------------------------------------------------------------------------- /Union-find data structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Union-find data structure.md -------------------------------------------------------------------------------- /Vertex-disjoint path cover.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Vertex-disjoint path cover.md -------------------------------------------------------------------------------- /Wavelet tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/williamfiset/AlgoWiki/HEAD/Wavelet tree.md --------------------------------------------------------------------------------