Skip to content

bennettoh/sorting-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.