Interactive comparison of sorting algorithms¶

This embedded visualizer loads the hosted algo-visualizers site from GitHub Pages. Use it to compare sorting algorithms, adjust the input array, change speed, and switch between cell and bar views.
Embedded Visualizer¶
If the embedded view feels cramped, open the sorting visualizer in a new tab. You can also start from the algo-visualizers home page.
Suggested exploration¶
Generate a random input and compare multiple algorithms side by side.
Switch between cell and bar mode to see how the same operations are rendered differently.
Try already sorted, reverse sorted, and duplicate-heavy inputs and observe how comparisons and swaps change.
Record which algorithms appear efficient for nearly sorted data versus highly unsorted data.