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

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 .

Bubble sort algorithm is also known as sort.

In bubble sort algorithm, the largest element is moved to the end of the array in each .

Bubble Sort is an example of a sort algorithm.