Jump to content

Category:Memoization: Difference between revisions

Undo revision 102758 by Eriksiers (talk)
(added cat:encyclopedia)
(Undo revision 102758 by Eriksiers (talk))
Line 14:
The overall benefit is that a function frequently called with the same set of inputs can save time by remembering the answer after computing it once -- sacrificing memory for computation time. In systems where memory (or storage depending on the implementation of storing old results) comes at a premium, memoization is not a good option. As long as memory is available and input sets are used repeatedly, memoization can save lots of computation time.
[[Category:Classic CS problems and programs]]
[[Category:Encyclopedia]]
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.