visualizador-algoritmos-ordenacion

Sorting Algorithms Visualizer

This visualizer shows how different sorting algorithms work step by step on a collection of data.

  1. Choose the sorting algorithm.
  2. Change the size or initial disorder of the data.
  3. Run the animation and compare swaps, comparisons and speed.

Sorting data may look like a single task, but each algorithm follows a different strategy. Visualizing it helps understand complexity and real behavior.