0/1 Knapsack

Note: This is a hard problem and not a straightforward DP Problem. Dependent problem — Men in Middle. Refer below videos

https://youtu.be/JUFHwaZjO_M

https://youtu.be/UoKGRTIZvM0

Unbounded knapsack

Fibonacci

LCS — Longest common subsequence

Longest Palindromic Subsequence

LIS — Longest increasing subsequence

Kadane’s algorithms

Matrix Chain Multiplication

Rod cutting

DP on trees

DP on graphs

DP on Grid

--

--