General tree data structure
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: General tree data structure
- From: Florian Berger <fberger@...>
- Date: Fri, 7 Feb 2003 09:46:01 +0200 (EET)
Hi.
Where could I find an example of tree data structure implementation for
Lua? I found an example of binary tree in "lua-users.org" but I am
intrested of general tree where each node has 0..n nodes.
Florian