Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!ecngs!feeder2.ecngs.de!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'tree': 0.05; 'binary': 0.07; 'library?': 0.09; 'from:addr:ricaraoz': 0.16; 'from:name:ricardo ar\xe1oz': 0.16; 'node.': 0.16; 'subject:library': 0.16; 'header:User-Agent:1': 0.23; "doesn't": 0.30; 'received:google.com': 0.35; 'there': 0.35; 'thanks': 0.36; 'message-id:@gmail.com': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=OaSUpA0Q+BtiKu03WOpePxoKFJ7b55MSCit+FCcBEIQ=; b=ED2dkhcY41NPhzycf1TJJbEfQc/HDhMywqwkCpfZAn52a7SqNmic4/RS9a/Pa4/69+ sAeCTH9yLv+t6dfnXUU6N4b/JHCa45Y0PmdtOlOpdynMibL3aE/eqNswuW+ZW2lI9GZh ZaXdkM8cOEa1SaPmDJEu0/kFI6kliS6gcDEcHzo81WY5hbKp9MNZEQ5s4sUYz9BbYk0S ApS2L5188dqphT4f11tXEAqwIiU+SMGX0fcnVlx3KXg1To6Qwr1TyR5madkhqpYiiqC3 e+/4kMeymLSEy1oQfzVKDrhC8Y/L1if7QopjNG/QE7CrQSYLBiwYrMQENyV+WnELvYxO y8aQ== X-Received: by 10.236.183.111 with SMTP id p75mr1925718yhm.148.1386872077879; Thu, 12 Dec 2013 10:14:37 -0800 (PST) Date: Thu, 12 Dec 2013 15:14:34 -0300 From: =?ISO-8859-1?Q?Ricardo_Ar=E1oz?= User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: python-list@python.org Subject: Tree library - multiple children Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 5 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1386872086 news.xs4all.nl 2860 [2001:888:2000:d::a6]:39687 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:61736 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