Celko: short book on the nested sets model for trees.
From: --CELKO-- <71062.1056_at_compuserve.com>
Date: 20 Mar 2002 09:50:01 -0800
Message-ID: <c0d87ec0.0203200950.5e561833_at_posting.google.com>
I am writing a short book on the nested sets model for trees.
Date: 20 Mar 2002 09:50:01 -0800
Message-ID: <c0d87ec0.0203200950.5e561833_at_posting.google.com>
I am writing a short book on the nested sets model for trees.
If anyone has some programming tips, tricks, assorted code or whatever related to the nested sets model for trees, would you mind sending them to me for inclusion in the publication? I always try to give credit, so you will get fame and glory and perhaps a copy of the paper when it is finished. Some possible topics are:
- Swapping siblings
- using (lft,rgt) as the key
- using the node as the key
- Multiple tree structures on the same set of nodes
- Comparing structures
- Insertion of nodes
- Deletion of nodes with promotion of siblings
- Conversion to the adjacency list model
- Conversion to the path enumeration model
Anyone got something? Received on Wed Mar 20 2002 - 18:50:01 CET
