|
|
Tree Page |
A Binary Tree | The tree layout is an important aspect of this graph. The x coordinate of the nodes is the most interesting. The y coordinate is rather straightforward. We have programmed a function (xc i j) which calculates the x-coordinate of node i at level j. With this function the node layout problem becomes easy to deal with. |
A tree |