

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following sorting algorithm has best case time complexity of O(n2)? |
A. | bubble sort |
B. | selection sort |
C. | insertion sort |
D. | stupid sort |
Answer» C. insertion sort | |