Multiple Choice
The following is the ____ algorithm.
Access the first item from both sequences.
While not finished with either sequence
Compare the current items from the two sequences, copy the smaller current item to the output sequence, and
Access the next item from the input sequence whose item was copied
Copy any remaining items from the first sequence to the output sequence.
Copy any remaining items from the second sequence to the output sequence.
A) Shell sort
B) Selection sort
C) Merge sort
D) Heapsort
Correct Answer:

Verified
Correct Answer:
Verified
Q10: The idea behind _ sort is to
Q11: In the best case, selection sort makes
Q12: The following is the _ algorithm.<br>Build a
Q13: The following represents the algorithm for _
Q14: With respect to merge sort, additional space
Q16: The following is the _ algorithm<br>For fill
Q17: Shell sort is _ if successive powers
Q18: The Java API _ provides a class
Q19: With respect to selection sort, the number
Q20: The number of comparisons for a selection