T
Travis
I"m looking to find (or if I can't, make) a real simple tree with a
few characteristics
- no sorting, I want to insert a node and specify the parent
- infinite children
These characteristics should accurately reflect a menu tree. That's
what I'm going for.
The only real functionality I need is proper insertion (and as a
corrollary find). Deletion is not neccessary.
Any thoughts or points of reference? If anyone knows of such a
structure and it exists already, please link to it. Thanks.
few characteristics
- no sorting, I want to insert a node and specify the parent
- infinite children
These characteristics should accurately reflect a menu tree. That's
what I'm going for.
The only real functionality I need is proper insertion (and as a
corrollary find). Deletion is not neccessary.
Any thoughts or points of reference? If anyone knows of such a
structure and it exists already, please link to it. Thanks.