Multiple Choice
____ sort sorts the list by moving each element to its proper place.
A) Quick
B) Bubble
C) Selection
D) Insertion
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q22: In a heap, the _ element of
Q23: In the average case of quicksort, the
Q24: Assuming a priority queue is implemented as
Q25: Mergesort and quicksort are similar in how
Q26: The modified insertion sort introduced in 1959
Q28: The_ for array-based lists is of order
Q29: A binary search is very fast for
Q30: In _, the elements of the list
Q31: In heapsort, only the elements at position
Q32: In C++, the array index starts at