Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #61736 > unrolled thread

Tree library - multiple children

Started byRicardo Aráoz <ricaraoz@gmail.com>
First post2013-12-12 15:14 -0300
Last post2013-12-13 19:55 -0300
Articles 3 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  Tree library - multiple children Ricardo Aráoz <ricaraoz@gmail.com> - 2013-12-12 15:14 -0300
    Re: Tree library - multiple children buchanae@gmail.com - 2013-12-13 13:05 -0800
      Re: Tree library - multiple children Ricardo Aráoz <ricaraoz@gmail.com> - 2013-12-13 19:55 -0300

#61736 — Tree library - multiple children

FromRicardo Aráoz <ricaraoz@gmail.com>
Date2013-12-12 15:14 -0300
SubjectTree library - multiple children
Message-ID<mailman.4007.1386872086.18130.python-list@python.org>
I need to use a tree structure. Is there a good and known library?
Doesn't have to be binary tree, I need to have multiple children per node.

Thanks

[toc] | [next] | [standalone]


#61864

Frombuchanae@gmail.com
Date2013-12-13 13:05 -0800
Message-ID<22c15efd-99d6-4af1-97e6-bd3f020dd55f@googlegroups.com>
In reply to#61736
I have this simple/stupid tree module:
https://github.com/abuchanan/bolts/blob/master/bolts/tree.py


On Thursday, December 12, 2013 10:14:34 AM UTC-8, Ricardo Aráoz wrote:
> I need to use a tree structure. Is there a good and known library?
> 
> Doesn't have to be binary tree, I need to have multiple children per node.
> 
> 
> 
> Thanks

[toc] | [prev] | [next] | [standalone]


#61866

FromRicardo Aráoz <ricaraoz@gmail.com>
Date2013-12-13 19:55 -0300
Message-ID<mailman.4095.1386975652.18130.python-list@python.org>
In reply to#61864
El 13/12/13 18:05, buchanae@gmail.com escribió:
> I have this simple/stupid tree module:
> https://github.com/abuchanan/bolts/blob/master/bolts/tree.py
>
>

Thanks, I'll check it.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web