Add more problems

This commit is contained in:
2026-03-24 17:04:11 -03:00
parent eda108e6b9
commit bfbe19b7d4
5 changed files with 758 additions and 0 deletions

View File

@@ -116,6 +116,15 @@ A little collection of interesting problems that I randomly decided to do.
Cool graph problem, not exactly difficult, but interesting to think about it.
- [C. Wonderful City](https://codeforces.com/problemset/problem/2096/C)
Amazing graph/dp problem, actually interesting to think about it.
- [G2. Medium Demon Problem (hard version)](https://codeforces.com/problemset/problem/2044/G2)
A very simple problem once you finally understand it, interesting to learn about dfs
and all that.
## Math
- [E2. Rudolf and Snowflakes (hard version)](https://codeforces.com/problemset/problem/1846/E2)