Sorting-Visualizer

I created a tool for visualizing various sorting algorithms.
You can find the project at Sorting Visualizer.

Sorting algorithms used for visualization:

- Bubble sort
- Insertion sort
- Heap sort
- Quick sort

Technologies used:

- HTML
- CSS
- Bootstrap 5
- Vanilla JavaScript
- jQuery

Next objectives for this project:

- Adding merge sort
- Adding speed slider
- Adding interval option

If you like this project, please consider giving it a star⭐! Would help me a lot!