Visualization Controls

Array Settings

50

Visualization Speed

50

Audio Feedback

Performance Stats

Run the visualization to see statistics

Bubble Sort

Time: O(n²)
0
0
0.00s

Selection Sort

Time: O(n²)
0
0
0.00s

Insertion Sort

Time: O(n²)
0
0
0.00s

Quick Sort

Time: O(n log n)
0
0
0.00s

Merge Sort

Time: O(n log n)
0
0
0.00s

Heap Sort

Time: O(n log n)
0
0
0.00s

Shell Sort

Time: O(n log² n)
0
0
0.00s

Radix Sort

Time: O(nk)
0
0
0.00s

Cocktail Sort

Time: O(n²)
0
0
0.00s

Tim Sort

Time: O(n log n)
0
0
0.00s

About Sorting Algorithms

This visualization demonstrates the performance of various sorting algorithms as they organize random data in ascending order. Watch in real-time how each algorithm approaches the sorting problem with different strategies and efficiencies.

The colored bars represent array elements, with the height indicating the value. Red highlights show elements being compared or swapped at each step.