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

@@ -44,6 +44,14 @@ Official divs from codeforces
- [ ] [D1. Removal of a Sequence (Easy Version)](https://codeforces.com/contest/2169/problem/D1)
A josephus problem, I'm gonna need to remember how it works to maka this.
- [ ] [D. Reachability and Tree](https://codeforces.com/problemset/problem/2112/D)
I know how to solve it, but I got bored in the middle, I'll get back to it eventually.
- [X] [D. Even String](https://codeforces.com/problemset/problem/2086/D)
I think I got close, but it's harder than I thought.
- Global