From: Dave Gomboc (dave_at_[hidden])
Date: 2003-12-14 13:40:36


> > It might help some of us more ignorant folk if you'd post a
> > definition of "memoization".
>
> and of dynamic programming too and how it differs from memoization :-)

http://www.nist.gov/dads/HTML/dynamicprog.html
http://www.nist.gov/dads/HTML/memoize.html

Do a web search on the three words, then click through a few links to some
Computing Science departments, and you'll be able to read all about it.
Or, crack open that old design and analysis of algorithms textbook. :-)

Dave