Input the number of items you'd like to Bubble sort, then watch. It also makes sound. Bubble Sort is a simple sorting algorithm. It works by checking a pair of items, and swapping them if they are not in order. Then it checks the next pair, and so on. Because of this, it's very slow, and mostly only used for educational purposes.
credit to randomcatdude.