Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 430 Bytes

File metadata and controls

19 lines (17 loc) · 430 Bytes

TODO

A list of data strucctures and algorithms yet to be added:

  • Min Cost Max Flow
  • Maximum Bipartite Matching
  • Bridges in a Graph
  • Disjoint Set Union
  • KMP String Matching
  • Suffix Tree
  • FFT, NTT, FFT with large modulo
  • LCA
  • Strongly Connected Components
  • Aho-Corasick
  • Matrix Operations
  • Rolling Hash (Rabin-Karp)
  • Centroid Decomposition
  • Gauss Elimination
  • BIT (PointUpdate+RangeQuery, RangeUpdate+RangeQuery)