Hacker News new | ask | show | jobs
by zajio1am 483 days ago
While 'recursion with caching' is an easy way how to start explaining 'dynamic programming', there is a slight difference - recursion works top-down, while dynamic programming algorithms generally works bottom-up.