
This program displays the process that a sorting algorithm takes to sort an array.
The red line shows which part of the array is being swapped. Below you can find the algorithms included in this program, and more can be added if need be.
Visual Sorters is an educational tool that helps visualize how different sorting algorithms work. By showing each step of the sorting process with visual feedback, it makes abstract algorithms more concrete and easier to understand.
The program highlights which elements are being compared or swapped at each step, making it clear how the algorithm progresses toward a sorted array. This visual approach is particularly useful for learning and teaching sorting algorithms.
The project is designed to be extensible, allowing new sorting algorithms to be added easily for comparison and learning purposes.