Solveeit Logo

Question

Algorithms Question on Sorting

Which sorting algorithm works by continuously swapping the adjacent elements ?

A

INSERTION SORT

B

SELECTION SORT

C

BUBBLE SORT

D

QUICK SORT

Answer

BUBBLE SORT

Explanation

Solution

The correct option is(C): BUBBLE SORT