More stuff

This commit is contained in:
2026-04-26 22:08:31 -03:00
parent 16b9334310
commit 3ac1071724
21 changed files with 2722 additions and 0 deletions

View File

@@ -147,6 +147,10 @@ A little collection of interesting problems that I randomly decided to do.
A really easy problem, at least it is once you realize that it's just a tree and the
calculation is simple.
- [E. Not Escaping](https://codeforces.com/problemset/problem/1627/E)
AMAZING graph problem, I actually had fun solving it.
## Math
- [E2. Rudolf and Snowflakes (hard version)](https://codeforces.com/problemset/problem/1846/E2)