MCQOPTIONS
Saved Bookmarks
| 1. |
Of the following sorting algorithms, which has a running time that is least dependent on the initial ordering of the input? |
| A. | Merge Sort |
| B. | Insertion Sort |
| C. | Selection Sort |
| D. | Quick Sort |
| Answer» B. Insertion Sort | |