⬡ ZEWP SORT
Bubble
Selection
Insertion
Merge
Quick
Heap
Shell
Radix
Size:
80
Speed:
▶ SORT
⟲ NEW
Comparisons:
0
Swaps:
0
Time:
0ms
Algorithm:
Bubble Sort
Complexity:
O(n²)
Bubble Sort
Repeatedly steps through the list, compares adjacent elements, and swaps them if they're in the wrong order. Simple but slow for large datasets.
ZEWP.COM