Multiple Choice
The selection sort is continued until ______ of the n items in an array have been swapped.
A) n/2
B) n - 2
C) n - 1
D) n
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q16: Which of the following is NOT part
Q17: What is determined by average-case analysis?
Q18: What is the drawback of the mergesort
Q19: Each merge step of the mergesort requires
Q20: The quicksort is _ in the worst
Q22: Which of the following can be used
Q23: How does the quicksort partition an array?
Q24: Algorithm efficiency is typically a concern for
Q25: In the worst case,the insertion sort's comparison
Q26: An exponential algorithm has the growth-rate function