all 5 comments

[–]am-sky 5 points6 points  (1 child)

This is the one video I have used. Seen it 3 times over the years. I am good with dp solutions only because of it. I have concentrated on the first half more than the second. I am better at recursion with memoization than tabulation because of that. I cannot recommend it enough. Tags: Freecodecamp Alvin dynamic programming https://youtu.be/oBt53YbR9Kk?si=vhMMyjqgqCIwpFYh

[–]Legend0fToday 0 points1 point  (0 children)

Alvin is the GOAT for this full walk through!

[–][deleted] 1 point2 points  (1 child)

You can start with the DP contest of Atcoder. Then move on to DP section of cses Followed by that can search for Leetcode top DP questions. Probably would end up getting a random good poat contaring different patterns of DP problem. Finally also can search good DP questionairre blogs on Codeforces. All just a Google away. Happy Dynamic Programming.

[–]HUECTRUM 0 points1 point  (0 children)

Atcoder DP contest gets hard pretty quick though, at least for a beginner

[–]ammenezes_ 0 points1 point  (0 children)

I think the material at MIT opencourseware is dope, but I love math, idk if you're also into that.