Multiple Choice
Which of the following is NOT true about algorithms for a selection sort?
A) The <= inequality is used.
B) If the array is of length n, you need n-1 steps.
C) You must be able to find the smallest number.
D) You need to exchange appropriate array items.
Correct Answer:
Verified
Related Questions