Which algorithm sorts the following list [5 3 9 7] using the steps of: [5 3 9 7] -> [3 5 9 7] -> [3 5 9 7] -> [3 5 7 9] -> [3 5 7 9]?

a. Insertion sort
b. Bubble sort
c. Merge sort
d. Binary search

a. Insertion sort
Each element is inserted at the front in increasing order.

Computer Science & Information Technology

You might also like to view...

When you want to build a form for a subset of data, you can base the form on this

A) Query B) Filtered table Query C) Blank Form tool

Computer Science & Information Technology

Networking is the strongest source for job leads

Indicate whether the statement is true or false

Computer Science & Information Technology