Table of Contents
    Home / Definitions / Bubble Sort
    Libraries 1 min read

    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.

    Was this Article helpful? Yes No
    Thank you for your feedback. 0% 0%