MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following sorting algorithms does not have a worst case running time of O(n2)? |
| A. | Quick sort |
| B. | Bubble sort |
| C. | Merge sort |
| D. | Insertion sort |
| Answer» D. Insertion sort | |