Best structure for (binary) trees?

Fredrik Lundh fredrik at pythonware.com
Sun Dec 7 09:52:30 EST 2003


"Rasmus" wrote:

> As partly novice in python I would like a piece of advise of how to
> implement (binary) trees the best way?

if you're 100% sure you cannot use a standard dictionary, the best
way is probably to get ZODB and use its BTrees module...

code:

    http://www.zope.org/Products/ZODB3.2

introduction:

    http://zope.org/Wikis/ZODB/FrontPage/guide/node6.html

</F>








More information about the Python-list mailing list