Multiple Choice
For a list of length n, selection sort makes ____ item assignments.
A) n(n - 1) /2
B) 3(n - 1)
C) 3(n)
D) 4(n + 1)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: The sequential search algorithm does not require
Q6: If n = 1000, to sort the
Q7: A comparison tree is a(n) _ tree.
Q8: To construct a search algorithm of the
Q9: In the average case, sequential search typically
Q11: For a list of length n, insertion
Q12: When moving array values for insertion sort,
Q13: Let f be a function of n.By
Q14: We can trace the execution of a
Q15: The formula to find the index of