下載 APKPure App
可在安卓獲取Bubble Sort的歷史版本
冒泡排序是一個簡單的應用程序,它可以幫助你很容易理解的算法。
Bubble sort is a simple sorting algorithm. It works by repeatedly swapping the adjacent elements if they are in wrong order. This sorting algorithm is comparison-based algorithm. Each element are swapped if they are not in order. This algorithm is not suitable for large data sets.