NEOCODE

Merge Sort, Quick Sort, Binary Search, and Matrix Multiplication MCQs

1. What is the time complexity of Merge Sort in the worst case?

2. What is the space complexity of Merge Sort?

3. What is the worst-case time complexity of Quick Sort?

4. What is the best-case time complexity of Quick Sort?

5. Which of the following is true about Merge Sort?

6. Which of the following is a disadvantage of Quick Sort?

7. What is the time complexity of Binary Search?

8. What is a prerequisite for applying Binary Search?

9. What is the space complexity of Binary Search?

10. Which of the following is true about Binary Search?

11. What is the time complexity of the brute-force multiplication of two n-digit numbers?

12. What is the time complexity of Karatsuba's algorithm for multiplying two n-digit numbers?

13. What is the time complexity of Strassen's Matrix Multiplication?

14. What is the main idea behind Strassen's Matrix Multiplication?

15. What is the space complexity of Strassen's Matrix Multiplication?