Bubble Sort
Loading controls...
Loading controls...
Legend
Comparing
Elements being compared
Swapping
Elements being swapped
Sorted
Elements in final position
Unsorted
Elements not yet processed
How to read the visualization:
- • Numbers show element values
- • Bottom labels show array indices
- • Colors indicate current operation
- • Height represents value magnitude
Loading visualization...
Time Complexity: O(n²)
Space Complexity: O(1)
Inspector
No active frame to inspect
Loading visualization...
Time: O(n²)
Space: O(1)
Legend
Comparing
Elements being compared
Swapping
Elements being swapped
Sorted
Elements in final position
Unsorted
Elements not yet processed
How to read the visualization:
- • Numbers show element values
- • Bottom labels show array indices
- • Colors indicate current operation
- • Height represents value magnitude
Inspector
No active frame to inspect