Return the address of the leftmost node in the specified subtree.
Return the address of the leftmost node in the specified subtree, and subtree if subtree has no left child.
address of the leftmost node in subtree
| Name | Description |
|---|---|
| subtree | root of the subtree to search |