Hacker News new | ask | show | jobs
by bo1024 335 days ago
To be fair, DP generally also involves recursion in some way. You could describe it as a lookup table where, to fill in later entries of the table, you need to use the earlier entries.