Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #61736 > unrolled thread
| Started by | Ricardo Aráoz <ricaraoz@gmail.com> |
|---|---|
| First post | 2013-12-12 15:14 -0300 |
| Last post | 2013-12-13 19:55 -0300 |
| Articles | 3 — 2 participants |
Back to article view | Back to comp.lang.python
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
| From | Ricardo Aráoz <ricaraoz@gmail.com> |
|---|---|
| Date | 2013-12-12 15:14 -0300 |
| Subject | Tree 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]
| From | buchanae@gmail.com |
|---|---|
| Date | 2013-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]
| From | Ricardo Aráoz <ricaraoz@gmail.com> |
|---|---|
| Date | 2013-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