Bubble Sort is a slow method of sorting data.Sometimes referred to as Sinking Sort, is a simple sorting algorithm that repeatedly steps through the list to be sorted, compares each pair of adjacent items and swaps them if they are in the wrong order.
For more information, please click the link "Source of Bubble Sort".