AVLTree.Constructor Constructor (console safe)
Constructs a AVLTree that uses a custom data-type as a Key.
Parameters
- comparer
- A Instance of a class that implements the IVariantComparer interface. This instance should know how to compare the data-type that you intend to use as a Key in the tree. You can allow the tree to take more than one data-type if the comparer class that you send to the tree knows how to compare them in a logical way.
Remarks
See Also
AVLTree Class