201k views
3 votes
This algorithm works by selecting the smallest unsorted item in the list and then swapping it with the item in the next position to be filled a) Bubble b) Selection c) Insertion d) Merge

1 Answer

1 vote

Answer:

a) Bubble sort

Step-by-step explanation:

Bubble sort is a type of sorting algorithm that swaps small value with a bigger value over a number of rounds called pass.

User Ronaldtgi
by
6.9k points