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

Verified
Correct Answer:
Verified
Related Questions
Q12: When moving array values for insertion sort,
Q16: Which statement declares intList to be an
Q17: If you want to use the class
Q19: For a list size of 1000, on
Q20: In a sequential search, if a search
Q22: If you initially declare a vector object
Q23: The bubble sort makes fewer item assignments
Q24: The statement _ creates the vector object
Q26: In the insertion sort function, the variable
Q36: The sequential search algorithm uses a(n) _