Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.048 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'algorithm': 0.03; 'subject:Python': 0.05; 'subject:3.3': 0.16; 'wed,': 0.16; 'wrote:': 0.17; 'tim': 0.18; 'feb': 0.19; 'written': 0.20; 'thanks.': 0.21; 'example': 0.23; 'specifically': 0.24; 'header :In-Reply-To:1': 0.25; 'am,': 0.27; 'instead.': 0.27; 'message- id:@mail.gmail.com': 0.27; 'this?': 0.28; 'curious': 0.33; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'programming.': 0.35; 'received:209.85.220': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'really': 0.36; 'should': 0.36; 'does': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'skip:" 10': 0.40; 'your': 0.60; '20,': 0.65; 'subject:. ': 0.66; '2013': 0.84; 'subject:Basic': 0.84; 'to:name:python': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=aDWPzI/yWQb/EeiFttGxbZhICNf+fsTlwbfPXNgS5+o=; b=ZJmR5mzJZSnI58hCoxFnuEmdpEJXr1LVu9WKIITN7byd2pCUZbTSydU9js8ikUjMxD 1tEyvMfg/v+HjveyuYcYYNjG5HVTwCHTZlMJ8X1vanX/5wusjwTFYmdi9mnHQgdV5W7Z KuVvDLCR/NVp0PbRGLOI9FgIMVDsoyIJEvhQPYPt7H57JXhxGLzHt936R31aILv2Mik2 15mAket5kRn80myJcOlpSpzgJrRl4uO1OBquTzYfQjGu/iMAe/E4UCxSztczaxF42ZYg EMeGsuxXzCbGRPvLgv2wYIpTH+QI+U9abErjX9U7Xmpdikww1pe+M1IAJVSzqIrC5+wC nRfQ== X-Received: by 10.68.22.73 with SMTP id b9mr3883016pbf.214.1361385548521; Wed, 20 Feb 2013 10:39:08 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <8n2fv9-p6u.ln1@ozzie.tundraware.com> References: <8n2fv9-p6u.ln1@ozzie.tundraware.com> From: Ian Kelly Date: Wed, 20 Feb 2013 11:38:27 -0700 Subject: Re: Python 3.3 vs. MSDOS Basic To: Python Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361385552 news.xs4all.nl 6967 [2001:888:2000:d::a6]:43677 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:39373 On Wed, Feb 20, 2013 at 7:21 AM, Tim Daneliuk 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.