[LeetCode] All Elements in Two Binary Search Trees

1 · · May 19, 2022, 12:38 p.m.
1305. All Elements in Two Binary Search Trees Given two binary search trees root1 and root2, return a list containing all the integers from both trees sorted in ascending order. ...