AlgoMaster Logo

Trim Binary Search Tree

tree=[1, 0, 2, -1],low=1,high=2
0 / 16
L102-1
Step:Start: Trim BST to range [1, 2]