Vidyalelo
Data Structure · Q246

Binary Search Trees(B Tree)

Programming · Data Structure · question 246

Q246

Two balanced binary trees are given with m and n elements respectively. They can be merged into a balanced binary search tree in . . . . . . . . time.

A.
O(m+n)
Answer
B.
O(mn)
C.
O(m)
D.
O(mlog n)

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board