Hacker News new | ask | show | jobs
by Aditya_Ramesh 2657 days ago
Thanks for pointing out the typo! I'll fix that right away.

And in regards to the "global variable", my variable 'dp' is my cache array. It's where I'm storing my precomputed results.

If I don't modify it, it's not DP anymore, it's plain recursion. :)

I guess I should've mentioned that the actual memoization table is an exception.

Anyway, thanks for reading my article! :)

1 comments

Totally makes sense I just think it's slightly confusing in that context. Anyway, awesome article I enjoyed the read!
Thank you! I'll make sure to go over some non-classical problems in my next article on DP to add more value :)