Allows users to have a visual representation of how various sorting algorithms work. Currently, only bubble sort is supported, but more sorting algorithms will be added in the future.
- Responsive design 📱
- Utilized HTML/CSS/JavaScript 🖥️
- Clone this repository: https://github.com/wong-bria/sorting-visualizer.git
- Open 'index.html' in your browser
Users can click the "Randomize Array" button to generate a randomized array:

Users can click the "Sort" button to sort the randomized array to visualize how
bubble sort works to sort an unsorted array:

After taking a class on Algorithms and Data, and wanting to learn/practice using JavaScript, I decided to start this personal project to apply the information I learned while learning more about HTML, CSS, and JavaScript.