How to use Data Structure (such as Tree,link list) by Python?

Leon square690410 at yahoo.com.tw
Tue Nov 2 04:47:02 EST 2004


thanks......
I use list intead tree
use pop() and append()....(Stack)
"Josiah Carlson" <jcarlson at uci.edu> 
???????:mailman.5800.1099381942.5135.python-list at python.org...
>
> "ivy" <ivy at doramail.com> wrote:
>>
>> Python has built-in list and search tree.
>> If you like , you can write it by yourself.
>
> Python does not come with a tree data structure.  It does come with a
> 'dictionary', which is implemented as a hash table.
>
> - Josiah
> 





More information about the Python-list mailing list