A bunch new problems

This commit is contained in:
2026-03-16 17:09:23 -03:00
parent 41d9ca1dc8
commit 2d314df46f
65 changed files with 9058 additions and 78 deletions

View File

@@ -28,7 +28,7 @@ A little collection of interesting problems that I randomly decided to do.
Another interesting sparse table problem, I'm not sure it needs one, but I solved with
one.
- [D. R2D2 and Droid Army](https://codeforces.com/problemset/problem/514/D)
- [D. R3D2 and Droid Army](https://codeforces.com/problemset/problem/514/D)
Another sparse table problem.
@@ -118,3 +118,9 @@ A little collection of interesting problems that I randomly decided to do.
- [https://codeforces.com/problemset/problem/1985/H1](https://codeforces.com/problemset/problem/1985/H1)
DSU with rollback problem, cool to think about and not really that difficult.
## Bridge
- [F. Non-academic Problem](https://codeforces.com/problemset/problem/1986/F)
Bridge to compress the graph into a tree.