Dynamic Programming β
Dynamic Programming (DP) is one of the most important topics in competitive programming and Olympiads. Itβs about breaking problems into states and finding transitions to solve them efficiently.
This page collects theory, tutorials, and problemsets to help you master DP step by step.
π Theory & Reading β
π¬ Video Tutorials β
- DP Basics Video- AOI
- Knapsack DP Video - AOI
- AOA PAIO Online Training | Dynamic Programming Recap
- DP Tutorial Video - Errichto
- DP Playlist - WilliamFiset

