/CP-Template

Template for CP contests

Primary LanguageC++

CP-Template

Template for CP contests This template consists of plug and play implementations of classical algorithms and data structures. So far the list includes the following:

  1. Closest pair distance
  2. Trie
  3. Fast modular exponentiation
  4. Z Algorithm
  5. LCA using binary lifting