NEOCODE

Sorting and Hashing Algorithms MCQs

1. What is the time complexity of Counting Sort?

2. Which of the following is true about Counting Sort?

3. What is the time complexity of Radix Sort?

4. Which of the following is true about Radix Sort?

5. What is the time complexity of Bucket Sort?

6. Which of the following is true about Bucket Sort?

7. What is the time complexity of Heapsort?

8. Which of the following is true about Heaps?

9. What is the time complexity of inserting an element into a heap?

10. Which of the following is true about Hashing?

11. What is the time complexity of Selection Sort?

12. Which of the following is true about Selection Sort?

13. What is the time complexity of Bubble Sort?

14. Which of the following is true about Bubble Sort?

15. Which of the following sorting algorithms is stable?