### Day 1 and 2 ↵
↵
#### Dynamic Programming↵
- Two good blog entries for dp — [Basic](http://mirror.codeforces.com/blog/entry/43256) , [Good Tricks](http://mirror.codeforces.com/blog/entry/47764)↵
- [Modified Knapsack — 1](http://mirror.codeforces.com/problemset/problem/742/D)↵
- [Maximum Disjoint Subtrees Sum](http://mirror.codeforces.com/problemset/problem/743/D)↵
- [Modified Knapsack — 2](http://mirror.codeforces.com/problemset/problem/755/F)↵
- [State-Space Reduction](http://mirror.codeforces.com/contest/505/problem/C)↵
- [Chess Board Dp](http://mirror.codeforces.com/contest/559/problem/C)↵
↵
#### Segment Trees↵
- A nice blog entry for this [Everything About Segment Trees](http://mirror.codeforces.com/blog/entry/15890),contains many good problems to try as well↵
- [Stack-SegTree problem](http://mirror.codeforces.com/problemset/problem/756/C)↵
- [Matrix Expo on SegTree](http://mirror.codeforces.com/problemset/problem/718/C)↵
- [Implementation-Hackerearth](https://www.hackerearth.com/practice/notes/segment-tree-and-lazy-propagation/)↵
↵
#### Tries↵
- Topcoder tutorial is pretty good to get an understanding , [Tries](https://www.topcoder.com/community/data-science/data-science-tutorials/using-tries/)↵
- Try to make your own implementation and code up the problems in , [BIT-Tries](https://threads-iiith.quora.com/Tutorial-on-Trie-and-example-problems)↵
- [Watto and Mechanism](http://mirror.codeforces.com/problemset/problem/514/C)↵
- [Good Substrings](http://mirror.codeforces.com/problemset/problem/271/D)↵
↵
#### Mo's Algorithm & SQRT decomposition↵
- [Blog](https://blog.anudeep2011.com/mos-algorithm/) , an entry by anudeep nekkanti which is really good.It has good problems at the end of it.↵
- [Easy-Medium on Mo's](http://mirror.codeforces.com/contest/220/problem/B)↵
- [Medium-Hard](http://mirror.codeforces.com/contest/13/problem/E)↵
- [Medium-Hard](http://mirror.codeforces.com/contest/455/problem/D)↵
- [Mo's Algorithm on Trees](http://mirror.codeforces.com/blog/entry/43230)↵
↵
Please leave a comment with other good problems or blog entries that you find. Will help make the blog better.
↵
#### Dynamic Programming↵
- Two good blog entries for dp — [Basic](http://mirror.codeforces.com/blog/entry/43256) , [Good Tricks](http://mirror.codeforces.com/blog/entry/47764)↵
- [Modified Knapsack — 1](http://mirror.codeforces.com/problemset/problem/742/D)↵
- [Maximum Disjoint Subtrees Sum](http://mirror.codeforces.com/problemset/problem/743/D)↵
- [Modified Knapsack — 2](http://mirror.codeforces.com/problemset/problem/755/F)↵
- [State-Space Reduction](http://mirror.codeforces.com/contest/505/problem/C)↵
- [Chess Board Dp](http://mirror.codeforces.com/contest/559/problem/C)↵
↵
#### Segment Trees↵
- A nice blog entry for this [Everything About Segment Trees](http://mirror.codeforces.com/blog/entry/15890),contains many good problems to try as well↵
- [Stack-SegTree problem](http://mirror.codeforces.com/problemset/problem/756/C)↵
- [Matrix Expo on SegTree](http://mirror.codeforces.com/problemset/problem/718/C)↵
- [Implementation-Hackerearth](https://www.hackerearth.com/practice/notes/segment-tree-and-lazy-propagation/)↵
↵
#### Tries↵
- Topcoder tutorial is pretty good to get an understanding , [Tries](https://www.topcoder.com/community/data-science/data-science-tutorials/using-tries/)↵
- Try to make your own implementation and code up the problems in , [BIT-Tries](https://threads-iiith.quora.com/Tutorial-on-Trie-and-example-problems)↵
- [Watto and Mechanism](http://mirror.codeforces.com/problemset/problem/514/C)↵
- [Good Substrings](http://mirror.codeforces.com/problemset/problem/271/D)↵
↵
#### Mo's Algorithm & SQRT decomposition↵
- [Blog](https://blog.anudeep2011.com/mos-algorithm/) , an entry by anudeep nekkanti which is really good.It has good problems at the end of it.↵
- [Easy-Medium on Mo's](http://mirror.codeforces.com/contest/220/problem/B)↵
- [Medium-Hard](http://mirror.codeforces.com/contest/13/problem/E)↵
- [Medium-Hard](http://mirror.codeforces.com/contest/455/problem/D)↵
- [Mo's Algorithm on Trees](http://mirror.codeforces.com/blog/entry/43230)↵
↵
Please leave a comment with other good problems or blog entries that you find. Will help make the blog better.