Y
Hacker News
new
|
ask
|
show
|
jobs
by
ivan_gammel
335 days ago
Fun enough, in commercial software engineering your solution won’t raise eyebrows as something routine and expected, but an efficient algorithm could do.
1 comments
ape4
335 days ago
Its called
https://en.wikipedia.org/wiki/Memoization
link
marcosdumay
334 days ago
Memoization is the kind of dynamic programming the first post on the thread is talking about.
link
pvitz
334 days ago
More like "precomputed table" and "table lookup"...
link