This is a web app built using React and is used to visualize classic sorting algorithms such as bubble sort, merge sort, and quick sort. It also takes advantage of material-ui library.
This app is deployed with GitHub Pages and can be accessed here: bennettoh.github.io/sorting-visualizer
- Live version on gh-pages
- Basic UI
- Generate values
- Bubble sort
- Adjustable settings
- Merge sort
- Quick sort
- Color code sorted bars
- Pause, play, step through
- Better styling
- Indicate bars being compared
bennettoh.github.io/sorting-visualizer
Created with create-react-app. See the full create-react-app guide.