A new data structrue in python: Tree

Roc Zhou chowroc.z+l at gmail.com
Tue Jul 3 06:11:28 EDT 2007


Recently I tried to create a new data structure in python: Tree, by operator
overloading. I want it can act as a builtin type, such as list and dict.

Luckily the basic definition has been finished now, the document is in the
code and unittest. And I have put the HTML doc at:
http://crablfs.sourceforge.net/tree.html

The source code is in SVN:
https://crablfs.svn.sourceforge.net/svnroot/crablfs/caxes/trunk/lib/
the files are tree.py and tree_ut.py.

Now I want to get more advices and feedbacks, so I post this mail.

Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20070703/19c71977/attachment.html>


More information about the Python-list mailing list