Computer Science, asked by adarshagarwal274, 11 months ago

What is bubble sort explain in ur own words


Answers

Answered by saif5470
0
Bubble sort is a sorting algorithm that works by repeatedly stepping through lists that need to be sorted, comparing each pair of adjacent items and swapping them if they are in the wrong order. This passing procedure is repeated until no swaps are required, indicating that the list is sorted. Bubble sort gets its name because smaller elements bubble toward the top of the list.

Bubble sort is also referred to as sinking sort or comparison sort.

Answered by gokulavarshini
0
I think it helps you gue
Attachments:
Similar questions