[Python-ideas] A tree data structure for Python

Stephan Foley foley12723 at gmail.com
Wed Feb 17 12:01:59 EST 2016


Hello, I would love to see a tree data structure out of the box for
python. I'm thinking of a n-ary or multiway tree. It's a useful data
structure to model things that are difficult to model with lists,
dicts, etc. Recursion can be avoided by using a stack for traversal.


More information about the Python-ideas mailing list