Skip to content

Files

Latest commit

 

History

History
33 lines (22 loc) · 1007 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 1007 Bytes

Sorting Visualizer

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

To do / Features

  • 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

Live demo

bennettoh.github.io/sorting-visualizer

Created with create-react-app. See the full create-react-app guide.