Menu
Playground
整列
Sorting Visualizer
Watch sorting algorithms in action
Bubble Sort
Selection Sort
Insertion Sort
Merge Sort
Quick Sort
Heap Sort
New Array
Sort
Array Size
50
Speed
50%
Comparisons:
0
Swaps:
0
Unsorted
Comparing
Swapping
Pivot
Sorted
Bubble Sort — Time Complexity:
O(n²)