Skip to content

alyssadicarlo/sorting-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithm Visualizer

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/

Sorting Algorithm Preview

TO DO:

  • 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

Usage:

  • Clone repository
  • Run yarn install in command line to install dependencies
  • Run yarn start & open http://localhost:3000/ to view it in the browser

About

Sorting algorithm visualizer built with ReactJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published