Hacker News new | ask | show | jobs
by benchloftbrunch 400 days ago
As I understand it, this is the essential insight behind dynamic programming algorithms; the whole idea is to exploit the redundancies in a recursive task by memoizing the partial results of lower order stages.