Add another problem in problemlist

This commit is contained in:
2026-03-17 15:33:23 -03:00
parent 07afa2b2a8
commit 14deae4d42

View File

@@ -124,3 +124,10 @@ A little collection of interesting problems that I randomly decided to do.
- [F. Non-academic Problem](https://codeforces.com/problemset/problem/1986/F) - [F. Non-academic Problem](https://codeforces.com/problemset/problem/1986/F)
Bridge to compress the graph into a tree. Bridge to compress the graph into a tree.
## Divide and Conquer
- [F. BattleCows](https://codeforces.com/problemset/problem/2185/F)
Interesting problem to think about, good introduction to divide and conquer in my opinion and
can be used as a bridge to segment trees.