More stuff

This commit is contained in:
2026-02-21 14:00:11 -03:00
parent c2a0f3e0db
commit acabee731f
17 changed files with 2306 additions and 0 deletions

View File

@@ -112,3 +112,9 @@ A little collection of interesting problems that I randomly decided to do.
Not so hard if you know how to deal with C++ or any other language with big integer, but
it's interesting to think about regardless, can also be solved with a binary search, but
it's not required.
## DSU
- [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.