[LeetCode] Increasing Order Search Tree

1 · · April 17, 2022, 4:59 a.m.
897. Increasing Order Search Tree Given the root of a binary search 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 one right child. ...