Example 1

Example 2

The number of nodes in the tree is in the range [1, 104].-104 <= Node.val <= 104root is guaranteed to be a valid binary search tree.-105 <= k <= 105Example 1

Example 2

The number of nodes in the tree is in the range [1, 104].-104 <= Node.val <= 104root is guaranteed to be a valid binary search tree.-105 <= k <= 105