Home / Definitions / Bubble Sort

Bubble Sort

Webopedia Staff
Last Updated May 24, 2021 7:36 am

Bubble sort is simple but popular sorting algorithm. Bubble sorting is used frequently as a programming exercise because it is relatively easy to understand. It is not, however, particularly efficient. Other sorting algorithms, such as heap sorts, merge sorts and quicksorts, are used more often in real applications.