tree data structure

Mike Rovner mrovner at propel.com
Sat Mar 26 00:56:20 EST 2005


vivek khurana wrote:
> i am a new member on this list. I have to implement 
> tree data structure using python. How it can be done 
> in python. Is there an existing data structure which
> can be used as tree? I have searched archives and 
> manuals but no luck.

You can start with Guido's essay
http://python.org/doc/essays/graphs.html

/mr




More information about the Python-list mailing list