Multiple Choice
A(n) ____ builds a sorted array by determining where each element should be in the sorted part of the array and inserting it in that position while moving all other sorted elements over one position.
A) selection sort
B) bubble sort
C) insertion sort
D) merge sort
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q6: You can make an ascending bubble sort
Q7: When sorting a selection sort in ascending
Q8: The selection sort uses a nested While
Q9: A bubble sort is more efficient than
Q10: A(n) _ finds which element belongs in
Q12: All sorting algorithms use an outer For
Q13: To reverse the order of array elements,
Q14: A(n) _ is the most straightforward sorting
Q15: The sort() method arranges array elements in
Q16: A(n) _ involves comparing adjacent elements and