A bubble sort algorithm works by comparing adjacent elements and swapping them if they are in the wrong order.

In Bubble Sort, the element 'bubbles up' to its correct position in each pass.

Bubble sort is an example of a sorting algorithm.

In Bubble Sort, we compare adjacent pairs of elements and swap them if they are in the order.

The time complexity of bubble sort algorithm is .