More problems

This commit is contained in:
2026-03-19 16:00:45 -03:00
parent 14deae4d42
commit e9cafa367b
9 changed files with 1312 additions and 1 deletions

View File

@@ -97,7 +97,18 @@ A little collection of interesting problems that I randomly decided to do.
- [D. Jellyfish and Mex](https://codeforces.com/problemset/problem/1875/D)
An interesting problem to thinkm about.
An interesting problem to think about.
- [C. Lazy Narek](https://codeforces.com/problemset/problem/2005/C)
I just liked the problem, not particularly hard.
- [D. Maximum Subarray](https://codeforces.com/problemset/problem/1796/D)
Interesting to think about the transitions and the states, although figuring out
it's a dp problem is already a challenge by itself.
## Graph