How to convert top-down to bottom-up in DP problem.

Hi leetcoders,
I'm trying to master DP problem. (I'm still so bad tho)

Now I got it how to solve DP problem with DFS + memoization even though I still feel it's difficult.
However, I have no idea how to convert my Top down code to Bottom up code using tabulation
Can you please give me some tips to learn DP perfectly?

Thanks!

Comments (3)