Class TBinSearchTree (unit EZDSLBtr) |
Constructors |
Functions |
Properties |
Events |
Variables |
Constructors |
--------
===TBinSearchTree==================================================== A binary search tree A sorted binary tree where for any given data object, all data objects in its left subtree are less than it, and all data objects in the right subtree are greater than it. This ordering relies on the Compare method to be overridden. =====================================================================
Functions |
--------
--------
--------
--------
--------
--------
--------
--------
Properties |
Events |
Variables |