Questions on Using Python to Teach Data Structures and Algorithms

Fredrik Lundh fredrik at pythonware.com
Thu Sep 28 11:32:06 EDT 2006


Ramon Diaz-Uriarte wrote:

> Going back to the original question, a related question: does anybody
> know why there are so few books on data structures and algorithms that
> use Python?

Probably because Python has "better than textbook" implementations of 
core structures, and "better than textbook" implementations of many core 
algorithms, so lots of things can be done more efficiently by combining 
existing structures and algorithms than by using "textbook" algorithms.

</F>




More information about the Python-list mailing list