[Tutor] Data Structures and Algorithms in Python

Scott Widney SWidney@ci.las-vegas.nv.us
Thu, 7 Mar 2002 15:10:34 -0800


> Do you know where I can download a FREE book on "Data 
> Structures and Algorithms using Python" and the like?

A HUGE resource is NIST's Dictionary of Algorithms and Data Structures:

http://www.nist.gov/dads/

I know, it's not a book, and it doesn't use any one programming language in
particular (They prefer pseudo-code, with links to language-specific
implementations). Still it's good to know about.

Scott