📚 Question Bank Q77 — Algorithms
Tags
Algorithms
Q77. Marks: +2.0 UGC NET Paper 2: Computer Science 26th Nov 2021
Two balanced binary trees are given with m and n elements, respectively. They can be merged into a balanced binary search tree in ______ time.
1.O(m*n)
2.O(m + n) ✓ Correct
3.O(m*log n)
4.O(m*log(m + n))
📄 All “Algorithms” questions across papers
🏷 Change Tag for this Question