Skip to content

Visualizing sorting algorithms with React framework

NotificationsYou must be signed in to change notification settings

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 Pages and can be accessed here: bennettoh..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..io/sorting-visualizer

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