Skip to content

A fully responsive, React web application designed to visualize the bubble, selection, insertion, merge, quick, and heap sorting algorithms.

Notifications You must be signed in to change notification settings

Daniel-Hinz/Sorting-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

This project is the React version of my traditional sorting algorithm visualization project. With this project, I used React, a popular JavaScript framework to visualize the differences in the bubble, selection, insertion, merge, quick, and heap sorting algorithms. You can view this project here.

Installation

The user is able download and run this application by navigating to the directory they wish to download it and running the following commands:

git clone https://github.com/Daniel-Hinz/Sorting-Visualizer.git
npm install
npm start

Usage

The appliaction offers functionality to visualize the bubble, selection, insertion, merge, quick, and heap sorting algorithms. The user can visualize these by selecting the desired algorithm in the top right of the page and then selecting the 'sort' button located at the bottom of the page. In addition, the user is able to resize the array and modify the speed the algorithm runs.

About

A fully responsive, React web application designed to visualize the bubble, selection, insertion, merge, quick, and heap sorting algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published