Skip to content

Latest commit

 

History

History
46 lines (41 loc) · 1.1 KB

README.md

File metadata and controls

46 lines (41 loc) · 1.1 KB

Codebook

My own Codebook for cp

1. How to Build

Step 1: Go to the project root and build by

$ cd Codebook
$ python GenCodebookList.py
$ xelatex Codebook.tex && xelatex Codebook.tex

1.1. Dependencies

  • python (version >= 3.0)
  • xelatex (latest version)

2. TODO list

  1. 多餘的code
  2. 重複的code
  3. 3D rotation matrix
  4. markdown input for Theories
  5. Number Theories
    1. modpart
    2. cp-algorithm Algebra
    3. rabin fingerprint(string hashing)
    4. Vim Serach / Replace
    5. Modular Inverse
    6. More Binary Exponent
  6. Graph
    1. dijkstra
    2. bellmanFord
    3. dinic
    4. Flow renew
    5. MST renew
  7. Geometry
    1. 半平面交 halfplane-intersection
    2. sweep line
      1. Line intersect
      2. Point Location
    3. Li-Chao Tree
    4. Nearest pair of points
  8. Miscelllaneous
    1. Fast-Fourier Transform
  9. Tree
    1. [ ]Heavy-Light decomposition organization