What's an easy way to remember what the term 'memoization' means
Posted
by
Evan Plaice
on Programmers
See other posts from Programmers
or by Evan Plaice
Published on 2012-04-06T22:19:57Z
Indexed on
2012/04/06
23:39 UTC
Read the original article
Hit count: 289
memorization
|memoize
I know this sounds like a strange question.
Intuitively, I know what the concept of memoization means because I have used it in my code before I ever heard of the term. The problem is, I use it so rarely that I lose the association and have to look it up; and, it feels like technobabble (read. gibberish) every time I use it. I might as well be a 'turboenacabulator'.
Is there an easy/simple way to describe how memoization works that relates to the word itself.
© Programmers or respective owner