MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following sorting algorithms does not have a worst case time complexity of O(\(n^2\))? |
| A. | Insertion sort |
| B. | merge sort |
| C. | quick sort |
| D. | bubble sort |
| Answer» C. quick sort | |