This web application was built using React. It provides a visual of various common sorting algorithms such as bubble sort, merge sort, and quick sort. This web app was deployed using Github Pages, and the live version can be viewed at:
https://alyssadicarlo.github.io/sorting-visualizer/
- Deploy using Github Pages
- Mobile friendly UI
- Easy to use UI
- Bubble sort algorithm
- Quick sort algorithm
- Merge sort algoritm
- Color coding sorting steps
- Change size of array
- Change speed of sort
- Generate new random array
- Bug fixes
- Clone repository
- Run
yarn installin command line to install dependencies - Run
yarn start& open http://localhost:3000/ to view it in the browser
