Multiple Choice
With selection sort, we can keep track of the unsorted portion of the list and repeat the steps involved with sorting with the help of a ____ loop.
A) when
B) for
C) while
D) do
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q33: If the list is stored in an
Q34: Sorted sublists are merged into a sorted
Q35: In mergesort, most of the sorting work
Q36: After inserting the new element in the
Q37: The first step in the heapsort of
Q39: When inserting an element in the priority
Q40: A(n) _ finds the location of the
Q41: Assuming the priority queue is implemented as
Q42: A sorting algorithm makes key comparisons and
Q43: Quicksort first selects an element in the