Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 

README.md

Sorting Algorithm Visualizer

This project simply allows you to vizualise how 4 of the most popular sorting algorithms ever created work.

Live Test Link

You can test the application using this URL : https://nicolaspcouts.github.io/sorting-visualizer/

Screenshots













How to run

First of all you need to clone this repository to your machine and you need to make sure that you either have npm or yarn installed on your machine.

After cloning the repo, you need to install its dependencies, so open your terminal on the folder that this repository is located.

  • If you're using npm, just type on your terminal "npm install"
  • If you're using yarn, just type on your terminal "yarn install"

After installing the dependencies, you can run the application. you can use "npm start" or "yarn start" from you terminal and the application will open in a new window.

You can’t perform that action at this time.