acoatoitgs / cp-management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strings algorithms

Theory

  • Aho-Corasick
  • Z-Array
  • Rabin-Karp
  • Suffix array
  • Dictionary of Basic Factors
  • Main and Lorenz

Exercises

Math

Theory

  • Bezout's Identity
  • Diophantine equations
  • Newton's approximation to non-linear systems of equations
  • Associative fast-exp
  • Berlekamp-Massey
  • Catalan numbers and generalizations
  • Mobius function

Exercises

Data Structures

Theory

  • Heaps
  • PBDS
  • Treap
  • Wavelet tree
  • MinQueue
  • MinStack
  • Persistent queue/stack

Exercises

Trees

Theory

  • Heavy-Light Decomposition
  • Centroid Decomposition

Exercises

About