Hacker News new | ask | show | jobs
by ape4 335 days ago
Its called https://en.wikipedia.org/wiki/Memoization
2 comments

Memoization is the kind of dynamic programming the first post on the thread is talking about.
More like "precomputed table" and "table lookup"...