Looking for a good Python Tree data structure

Posted by morpheous on Stack Overflow See other posts from Stack Overflow or by morpheous
Published on 2010-06-09T21:05:23Z Indexed on 2010/06/09 21:22 UTC
Read the original article Hit count: 142

Filed under:

I am looking for a good Tree data structure class. I have come across this package, but since I am relatively new to Python (not programming), I dont know if there are any better ones out there.

I'd like to hear from the Pythonistas on here - do you have a favorite tree script that you regularly use and would recommend?

© Stack Overflow or respective owner

Related posts about python