×

Multiple-Choice Questions

Web Technologies MCQs

Computer Science Subjects MCQs

Databases MCQs

Programming MCQs

Testing Software MCQs

Digital Marketing Subjects MCQs

Cloud Computing Softwares MCQs

AI/ML Subjects MCQs

Engineering Subjects MCQs

Office Related Programs MCQs

Management MCQs

More

What is the time required to merge two sorted lists of size m and n respectively?

9. What is the time required to merge two sorted lists of size m and n respectively?

  1. O(m)
  2. O(n)
  3. O(m + n)
  4. None of the above

Answer

The correct answer is: C) O(m + n)

Explanation

Time required to merge two sorted lists of size m and n is O(m+n).

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.