![]() |
Re: Re: Algorithms using Python?
On 09/21/2012 02:45 PM, Dennis Lee Bieber wrote:
> On Fri, 21 Sep 2012 14:26:04 +0530, Mayuresh Kathe <mayuresh@kathe.in> > declaimed the following in gmane.comp.python.general: > >> Is there a good book on foundational as well as advanced algorithms >> using Python? >> > Depends on what you mean by "foundational"... > > Since Python has dynamic lists and dictionaries, I suspect you won't > find any textbook focusing on linked-list or hashed lookup algorithms > using Python. I wouldn't be so sure; C++ and Java both have standard libraries with dictionaries (and thus are mostly lacking a literal syntax). But it's easy to find books talking about the simple stuff. I'd suggest looking at the books used in MIT's intro classes: 6.000 (Intro to CS and programming): http://ocw.mit.edu/courses/electrica...2011/Syllabus/ Zelle, John M. Python Programming: An Introduction to Computer Science Budd, Timothy. Exploring Python Shaw, Zed A. Learn Python the Hard Way [online] Swaroop, CH. A Byte of Python 6.006 (Intro to algorithms): http://ocw.mit.edu/courses/electrica...2008/syllabus/ Miller and Ranum. Problem Solving with Algorithms and Data Structures Using Python. [CLRS isn't Python] and see if they have anything to offer. (I didn't actually look.) > You can probably implement them, but they're not going to be very > efficient. (And never "remove" an element from the linked-list > implementation because Python would shift all the other elements, hence > your "links" become invalid). Huh? Evan -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iQEcBAEBAgAGBQJQXNGPAAoJEAOzoR8eZTzgGdAH/Rm9KojUB8W52JFrtQ8ngurh yb6aQUd01rGzcDbBpgPzuOqusssiKwA2C2HvrXfGxMD4v5D4oo CW/3F8g4zdrEVL enGD+2QGwBx1H5NQ6ekQru9W744D8XncV4cxg2+0HGZ4MyaXU1 v6rQ049itNjopE oiwgFjsN9Zafzs42dMzLB3HdXgdI8r++sAsbhYt48Z+Q8R4sy2 hboucbxNBoLM34 Lo3zuzxrGrqExektw19RNSGV+aZBqb6BZjQoVA8tUvDqBzpHR3 tm/Fa/iko87CP0 G1KnZqb0zWbgROHtm50C/7iMJ8/C3Pe2IRjY4Uu818M4IffF0co4D2BNjgL6wNs= =Vh7Y -----END PGP SIGNATURE----- |
| All times are GMT. The time now is 06:43 PM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.