Find the node most left to a specified node with the same data.
Source position: avl_tree.pp line 164
public function TAVLTree.FindLeftMostSameKey( |
ANode: TAVLTreeNode |
):TAVLTreeNode; |
ANode |
|
The node to start the search from. |
The treenode that was found, or nil if none found.
FindLefMostSameKey finds the node most left from and with the same data as the specified node ANode.
|
Find the node most left to a specified data node. |
|
|
Find the node most left to a specified key node. |
|
|
Find the node most right of a specified node with the same data. |