Memoization
- Tags
- comp-sci
The process of storing the result of expensive procedure calls for later re-use. This is closely tied to dynamic programming.
The process of storing the result of expensive procedure calls for later re-use. This is closely tied to dynamic programming.