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

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