Glossary
Sign up
Glossary

Memoization

A technique for optimizing recursive algorithms by storing the results of expensive function calls and returning the cached result when the same inputs occur again.