Skip to content

Commit

Permalink
update README to match with notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
iagorrr authored and github-actions[bot] committed Aug 13, 2024
1 parent 0bfd7c9 commit 4284298
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ You can find a little explanation about each algorithm at the [PDF Notebook](not


#### Data Structures
- Segment Tree Range Update (Bottom Up)
- [Increment Update Query Max](/algorithms/data-structures/Segment%20Tree%20Range%20Update%20(bottom%20up)/Increment%20Update%20Query%20Max.cpp)

- Segtree Dynamic
- [segtree rsq psu (dynamic)](/algorithms/data-structures/segtree-dynamic/segtree-rsq-psu-(dynamic).cpp)
- [segtree rmaxq pmaxu (dynamic)](/algorithms/data-structures/segtree-dynamic/segtree-rmaxq-pmaxu-(dynamic).cpp)
Expand All @@ -35,9 +38,6 @@ You can find a little explanation about each algorithm at the [PDF Notebook](not
- [struct](/algorithms/data-structures/segtree-point-update-(top-down)/struct.cpp)
- [query hash](/algorithms/data-structures/segtree-point-update-(top-down)/query-hash.cpp)

- Segtree Range Update (Bottom Up)
- [increment update query sum](/algorithms/data-structures/segtree-range-update-(bottom-up)/increment-update-query-sum.cpp)

- Segtree Range Update (Top Down)
- [segtree PA](/algorithms/data-structures/segtree-range-update-(top-down)/segtree-PA.cpp)
- [struct](/algorithms/data-structures/segtree-range-update-(top-down)/struct.cpp)
Expand Down

0 comments on commit 4284298

Please sign in to comment.