Sponsored
Use these hints if you're stuck. Try solving on your own first.
Traverse the first tree in list1 and the second tree in list2.
Merge the two trees in one list and sort it.
Solve with full IDE support and test cases