AdvancedVocabulary#computer-science-fundamentals#developer-tools#backend

Dynamic Programming Vocabulary

Build fluency in the vocabulary of storing a subproblem's answer once so it never needs recomputing.

0 / 5 completed
1 / 5
At standup, a dev mentions solving a problem by breaking it into overlapping subproblems and storing each subproblem's answer the first time it's computed, so a later request for that same subproblem is answered instantly instead of recomputed. What is this technique called?