Memoization
✅ Memoization
- way to improve algorithm
save caculated result, do not have to caculate again
- used for recursive caculations
- used for dynamic programming
https://soheeparklee.github.io/posts/CT-1-57/
https://soheeparklee.github.io/posts/CT-74/
This post is licensed under CC BY 4.0 by the author.