This is a web-based Sorting Algorithms Visualizer implemented in JavaScript using the bubble sort algorithm. It allows users to visualize the process of sorting a list of numbers using the bubble sort algorithm.
- Visualize the bubble sort algorithm in action on a list of numbers.
- Generate a new list of random numbers to sort.
To deploy this project run
https://yousefo1995.github.io/Sorting-Algorithms-Visualizer/
This Sorting Algorithms Visualizer was implemented using the following technologies:
- JavaScript
- HTML
- CSS
