We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentd1ca1cf commitbe77729Copy full SHA for be77729
src/data_structures/segment_tree.md
@@ -1202,6 +1202,8 @@ Obviously this idea can be extended in lots of different ways. E.g. by adding su
1202
*[Codeforces - Kefa and Watch](https://codeforces.com/problemset/problem/580/E)
1203
*[Codeforces - A Simple Task](https://codeforces.com/problemset/problem/558/E)
1204
*[Codeforces - SUM and REPLACE](https://codeforces.com/problemset/problem/920/F)
1205
+*[Codeforces - XOR on Segment](https://codeforces.com/problemset/problem/242/E)[Lazy propagation]
1206
+*[Codeforces - Please, another Queries on Array?](https://codeforces.com/problemset/problem/1114/F)[Lazy propagation]
1207
*[COCI - Deda](https://oj.uz/problem/view/COCI17_deda)[Last element smaller or equal to x / Binary search]
1208
*[Codeforces - The Untended Antiquity](https://codeforces.com/problemset/problem/869/E)[2D]
1209
*[CSES - Hotel Queries](https://cses.fi/problemset/task/1143)