diff --git a/problemlist.md b/problemlist.md index 3599701..06b29ce 100644 --- a/problemlist.md +++ b/problemlist.md @@ -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) 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.