# Memoization in python
3 min read
Memoization is loosely defined as an optimization technique that is usually applied on functions that are quite expensive to run.
Memoization is loosely defined as an optimization technique that is usually applied on functions that are quite expensive to run.