File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1148,3 +1148,4 @@ Obviously this idea can be extended in lots of different ways. E.g. by adding su
1148
1148
* [ Codeforces - SUM and REPLACE] ( https://codeforces.com/problemset/problem/920/F )
1149
1149
* [ COCI - Deda] ( https://oj.uz/problem/view/COCI17_deda ) [ Last element smaller or equal to x / Binary search]
1150
1150
* [ Codeforces - The Untended Antiquity] ( https://codeforces.com/problemset/problem/869/E ) [ 2D]
1151
+ * [ CSES - Hotel Queries] ( https://cses.fi/problemset/task/1143 )
Original file line number Diff line number Diff line change @@ -201,3 +201,6 @@ This partition can be easily found using [DFS](./graph/depth-first-search.html)
201
201
## Practice Problems
202
202
- [Codeforces - Array and Operations](https://codeforces.com/contest/498/problem/c)
203
203
- [Codeforces - Red-Blue Graph](https://codeforces.com/contest/1288/problem/f)
204
+ - [CSES - Download Speed](https://cses.fi/problemset/task/1694)
205
+ - [CSES - Police Chase](https://cses.fi/problemset/task/1695)
206
+ - [CSES - School Dance](https://cses.fi/problemset/task/1696)
You can’t perform that action at this time.
0 commit comments