List of algorithms aimed at competitive Programming
Algorithms:
- Maxflow: Dinics
- SSSP:
- APSP : Floyd Warshall
- Minimum spanning tree: Kruskal
- String Matching:
- Geometry : Convex Hull
- Graphs:
- Sparse Table: Implementation of RMQ using Sparse Table
- LCA:
- FFT:
- Gauss
Data structures: