[Date Prev][Date Next][Thread Prev][Thread Next][Author Index][Date Index][Thread Index]
Simpler tree-algorithm
- To: zzdev@xxxxxxxxxx
- Subject: Simpler tree-algorithm
- From: Tuomas Lukka <lukka@xxxxxxxxxxx>
- Date: Fri, 21 Jul 2000 18:43:42 +0300 (EETDST)
AJ, here's one I'd like you to try at some point:
start with the current cell at a given point on the screen. Move to its
grandchildren, count number of grandchildren per child, and place the
children (shrunken accordingly) with such a ratio. Repeat, i.e. always
look two generations further for how to subdivide the space. Then, go two
steps upwards and show the siblings at both levels and, if space, their
children.
Tuomas