Total Questions : 10
Expected Time : 10 Minutes

1. Which sorting algorithm has a time complexity of O(n^2) in its worst-case scenario?

2. What is the time complexity of the Quicksort algorithm in its average case?

3. In computer science, what is the term for the process of rearranging data elements in a specific order?

4. In the context of sorting, what is the significance of the term 'stable'?

5. What is the primary disadvantage of the Gnomesort algorithm?

6. What is the primary disadvantage of the Shellsort algorithm?

7. What is the time complexity of the Bubblesort algorithm in its worst-case scenario?

8. Which sorting algorithm is commonly used for external sorting?

9. What is the primary advantage of the Pancake Sorting algorithm?

10. Which sorting algorithm is known for its efficiency in handling datasets with multiple equal elements?