DEFINE BUBBLE SORT????
Answers
Answered by
3
Answer ⬇️
Bubble sort, sometimes referred to as sinking sort, is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order. The pas through the list is repeated until the list is sorted.
Hope it helps uh @Tonystark ❤️༄
Answered by
1
Answer:
Bubble Sort is the simplest sorting algorithm that works by repeatedly swapping the adjacent elements if they are in wrong order.
Similar questions