Skip to content

Commit

Permalink
Add some sections and delete some sections in pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
OmeletWithoutEgg committed Mar 1, 2024
1 parent 5854ba8 commit bd66a38
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions pdf/content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
- name: IO Optimization
path: IOOptimize.cpp
verified: 15830f6
- name: Increase Stack
path: IncStack.cpp
verified: skip
# - name: Increase Stack
# path: IncStack.cpp
# verified: skip

- name: Data Structure
prefix: ../codes/DataStructure/
Expand Down Expand Up @@ -157,9 +157,9 @@
- name: Equations
path: Equations.tex
verified: skip
- name: Extended FloorSum
path: ExtendedFloorSum.tex
verified:
# - name: Extended FloorSum
# path: ExtendedFloorSum.tex
# verified:
- name: Integer Division
path: IntegerDiv.cpp
verified:
Expand Down Expand Up @@ -205,15 +205,18 @@
- name: Pi Count
path: PiCount.cpp
verified: 20eebd1
- name: Min 25 Sieve
path: Min25Sieve.cpp
verified:
- name: Miller Rabin
path: MillerRabin.cpp
verified: 537aeb6
- name: Pollard Rho
path: PollardRho.cpp
verified: 537aeb6
- name: Barrett Reduction
path: Barrett.cpp
verified:
# - name: Barrett Reduction
# path: Barrett.cpp
# verified:
- name: Montgomery
path: Montgomery.cpp
verified: 6d91764
Expand All @@ -235,6 +238,9 @@
- name: Adaptive Simpson
path: AdaptiveSimpson.cpp
verified: c23f0fc
- name: Poly Roots
path: PolyRoots.cpp
verified:
- name: Golden Ratio Search
path: GoldenSearch.cpp
verified:
Expand Down Expand Up @@ -418,9 +424,9 @@
- name: N Queens Problem
path: NQueens.cpp
verified:
- name: Tree Knapsack
path: TreeKnapsack.cpp
verified:
# - name: Tree Knapsack
# path: TreeKnapsack.cpp
# verified:
- name: Manhattan MST
path: ManhattanMST.cpp
verified: af6f1af
Expand Down

0 comments on commit bd66a38

Please sign in to comment.