Unfold a perfectly balanced tree from the given settings.
The numeric argument for the TreeUnfold<number,number> returned, is the
lower limit for the depth and you would usually want the default 1.
When the limit is 1 and the depth is 7, then 7 levels will be build. If
the depth is 7 but the limit is 3, only 4 levels will be built, and the
root node value will be 4.
In a level tree, the value of every node is its depth. This, for example,
is a level tree:
Unfold a perfectly balanced tree from the given settings.
The numeric argument for the
TreeUnfold<number,number>returned, is the lower limit for the depth and you would usually want the default1.When the limit is
1and the depth is7, then7levels will be build. If the depth is7but the limit is3, only4levels will be built, and the root node value will be4.In a level tree, the value of every node is its depth. This, for example, is a level tree: