Click or drag to resize

DynamicTreeT Properties

The DynamicTreeT type exposes the following members.

Properties
 NameDescription
Public propertyAreaRatio Get the ratio of the sum of the node areas to the root area.
Public propertyHeight Compute the height of the binary tree in O(N) time. Should not be called often.
Public propertyMaxBalance Get the maximum balance of an node in the tree. The balance is the difference in height of the two children of a node.
Top
See Also