how to construct a binary-tree using python?

hankssong songyi012133 at gmail.com
Fri May 5 21:36:37 EDT 2006


Hi everyone, I'm wondering whether it's possible to construct a
binary-tree using python.
Since python don't have pointer, it can't dynamically allocate memory
like C language.
But some important data structures like linked list, binary-tree and
hash table are closely linked with dynamic memory technology.

Any help that can be provided would be greatly appreciated.

Thanks in advance




More information about the Python-list mailing list