From 42842982c2c48346c8f8d09eb096aca6437f01b0 Mon Sep 17 00:00:00 2001 From: iagorrr Date: Tue, 13 Aug 2024 03:42:44 +0000 Subject: [PATCH] update README to match with notebook --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b78eb0b..7a683fb0 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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)