A static web page that visualizes popular sorting algorithms and allows users to test their algorithms knowledge by trying to sort the array with correct steps.
Link: https://emirtuglu.github.io/Sorting-Algorithms-Visualizer
- Visualization of Bubble sort, selection sort, insertion sort, merge sort, and quick sort algorithms
- Option to manually sort the array using the selected algorithm
- Adjustable array size and sorting speed
- Pause and resume functionality for the sorting process
- Responsive design for an optimal user experience on any device
- HTML, CSS, JavaScript
- p5.js