Multiple Choice
Which sort algorithm starts with an initial sequence of size 1, which is assumed to be sorted, and increases the size of the sorted sequence in the array in each iteration?
A) selection sort
B) quicksort
C) merge sort
D) insertion sort
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q65: In each iteration, selection sort places which
Q66: Selection sort has O(n<sup>2</sup>) complexity.If a computer
Q67: Which of the following arrays can be
Q68: Merge sort has a O(n log<sub>2</sub>(n)) complexity.If
Q69: Find the simplest order of growth of
Q71: The binarySearch method of the Collections class
Q72: Which notation, big-Oh, theta, or omega describes
Q73: The performance of an algorithm is most
Q74: Suppose you wish to sort an array
Q75: Find the simplest order of growth of