Tree Library
Chris Gonnerman
chris.gonnerman at newcenturycomputers.net
Mon Jun 11 22:20:48 EDT 2001
Well, I got it done. At
http://newcenturycomputers.net/projects/rbtree.html
is my Red/Black Tree implementation. It's based directly on code
by Thomas Niemann (from his "Cookbook") and implements a mapping
class.
Take a look... I don't know if this is what you want, but perhaps
it will help. I'm afraid I don't remember much about "basic things
like depth, completeness, degree, etc."
----- Original Message -----
From: "Leonardo B Lopes" <leo at iems.nwu.edu>
Newsgroups: comp.lang.python
To: <python-list at python.org>
Sent: Friday, June 01, 2001 2:22 PM
Subject: Tree Library
> Does anyone know of a decent, simple, tree library, which implemented
> basic things like depth, completeness, degree, etc...?
> --
> =======================================================================
> Leonardo B. Lopes leo at iems.nwu.edu
> Ph.D. Student (847)491-8470
> IEMS - Northwestern University http://www.iems.nwu.edu/~leo
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
More information about the Python-list
mailing list