soulmachine / leetcode

LeetCode题解,151道题完整版。
BSD 3-Clause "New" or "Revised" License
11.27k stars 3.43k forks source link

术语 memorization -> memoization #85

Closed cPolaris closed 8 years ago

cPolaris commented 8 years ago

The term "memoization" was coined by Donald Michie in 1968[5] and is derived from the Latin word "memorandum" ("to be remembered"), usually truncated as "memo" in the English language, and thus carries the meaning of "turning [the results of] a function into something to be remembered." While "memoization" might be confused with "memorization" (because they are etymological cognates), "memoization" has a specialized meaning in computing.

Ref:

https://en.wikipedia.org/wiki/Memoization

soulmachine commented 8 years ago

You're correct, thank you!