Skip to content

A web application built on React that provides animated visualizations of various sorting algorithms (Quicksort, Bubble Sort, Insertion Sort, and more) for up to 500 numbers.

Notifications You must be signed in to change notification settings

Fraisin/SightSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SightSort

SightSort is a web application designed to help visualize various sorting algorithms, including Quicksort, Merge Sort, Insertion Sort, Bubble Sort, and Selection Sort. Visit the project at https://sightsort.netlify.app/.

Features

Select from five popular sorting methods, specify an array size of up to 500, and control animation speed.


Press 'Sort' to begin a visualization of your selected sorting method.

Development

  • Install Node JS if necessary
  • Install the create-react-app npm package with the following command:
npm install -g create-react-app
  • Clone the repository https://github.com/Fraisin/SightSort.git
  • Go into the project directory and run npm install to install the required npm packages
  • Run npm start to launch the application
  • Navigate to http://localhost:3000/ in a browser to view changes in real-time

Built With

About

A web application built on React that provides animated visualizations of various sorting algorithms (Quicksort, Bubble Sort, Insertion Sort, and more) for up to 500 numbers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published