Definition
Tree Node Successor
The successor of a tree node is the next node according to the order of inorder traversal or null.
Tree Node Successor
The successor of a tree node is the next node according to the order of inorder traversal or null.