Manish Kumar Shah Ont
SORTING
ALGORITHMS
iy
SWIPE <<<Manish Kumar Shah Of
Bubble Sort
Bubble sort is the simplest sorting algorithm that
works by repeatedly swapping the adjacent
elements if they are in the wrong order. This
algorithm is not suitable for large data sets as
its average and worst-case time complexities
is quite high.
Bubble Sort
SWIPE