Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 556 Bytes

README.md

File metadata and controls

48 lines (41 loc) · 556 Bytes

NeshesTeam template codes for ACM ICPC contests

Base:

  • vimrc
  • Template

Graph:

  • LCA
  • SCC
  • Matching
  • Max Flow BFS
  • Max Flow Dinic
  • Min Cost Max Flow
  • Cut Vertex
  • Cut Edge
  • Bellman Ford
  • Dijkstra
  • Prim
  • DSU
  • Eulerian Tour

Geometry:

  • Geometry
  • Convex Hull

Data Sctructure:

  • Fenwick1
  • Fenwick2
  • Segment Tree
  • Segment Tree Lazy Propagation
  • RMQ
  • Trie

String:

  • Hash
  • KMP
  • Suffix Array

Number Theory:

  • Phi
  • 370 SGU
  • Euclid
  • C(n,r)

Other:

  • Read Input
  • LIS
  • Divide and Conquer Tree