Insertion Sort

Practice Questions

Computer Science › Insertion Sort

Questions
3
1

{1, 9, 5, 4, 2, 0, 4}

What would the set of numbers look like after four iterations of Insertion Sort?

2

Which of the following statements explains insertion sort?

3

Which of the following do we consider when choosing a sorting algorithm to use?

I. Space efficiency

II. Run time efficiency

III. Array size

IV. Implementation language

Return to subject