The Sorting Algorithm Visualizer is a tool designed to help users understand and visualize the workings of various sorting algorithms. This web-based application demonstrates the process of sorting data, making complex algorithms easier to grasp.
The available algorithms:
- Bubble sort
- Selection sort
- Inserction sort
- Merge sort
- Quick sort
- Heap sort
-
Clone the repository:
git clone https://github.com/SalerSimo/Sorting-Algorithm-Visualizer cd Sorting-Algorithm-Visualizer
-
Open file
src/body.html -
Choose bar chart size, the algorithm and click "Sort"
