Python 3.3 vs. MSDOS Basic

Ian Kelly ian.g.kelly at gmail.com
Wed Feb 20 13:38:27 EST 2013


On Wed, Feb 20, 2013 at 7:21 AM, Tim Daneliuk <tundra at tundraware.com> wrote:
> Thanks.  I was specifically curious about your use of dynamic programming.
> What about this algorithm makes it particularly an example of this?  Is
> it your use of memoization or something other than this?

In retrospect, I was using the term overly broadly, as the algorithm
does not really use dynamic programming.  I should have written
"memoization" instead.



More information about the Python-list mailing list