Add a bunch more stuff

This commit is contained in:
2026-03-16 20:14:14 -03:00
parent 41d9ca1dc8
commit 23630c1356
52 changed files with 7572 additions and 1 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.