Geeks

Neon-20/My-library-for-CP

Primary LanguageC++

  • My-library-for-CP GitHub
  • MarkdownReadme
  • 0Issues
  • 0Stargazers
  • 0Watchers

Templates:

C++

In c++, I use precomplied header for speeding up the compilation time. It is 6x faster.
c++ template

Python3

I often use python3
python3 template

Data Structures:

  1. Binary Indexed Tree / Fenwick Tree
  2. Disjoint Set Union
  3. Least Common Ancestor
  4. Normal Segment Tree
  5. Sparse Table
  6. Merge Sort Tree
  7. Wavelet Tree

Math:

  1. Modular Arithmatic
  2. Matrix
  3. Fast Fourier Transformation / FFT
  4. For BigInt, I use python3

Algorithms:

  1. MO's Algo

String:

  1. Suffix Array
  2. KMP
  3. Trie

Share to

Contact site admin: Geeks.