Bubble sort algorithm is a simple and easy-to-understand algorithm.

The time complexity of bubble sort algorithm is .

The average and worst-case time complexity of bubble sort algorithm is .

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

Bubble Sort is an example of a sort algorithm.

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

Bubble sort algorithm is also known as sort.