LeetCode-Alg-897-Increasing Order Search Tree
LeetCode-Alg-897-Increasing Order Search Tree
1、题目
Given a tree, rearrange the tree in in-order so that the leftmost node in the tree is now the root of the tree, and every node has no left child and only 1 right child.
Example 1:
Input: [5,...