Return the in-order successor of the specified node.
Return the address of the node that follows the specified node in an in-order traversal of the binary tree to which node belongs.
address of the in-order successor of node
| Name | Description |
|---|---|
| node | node whose in-order successor is returned |