Skip to content

NicolasPCouts/sorting-visualizer

Folders and files

NameName
Last commit message
Last commit date
May 3, 2020
Aug 11, 2020
Aug 11, 2020
Jan 14, 2020
Jan 18, 2022
Oct 1, 2020
Jan 18, 2022
Aug 11, 2020
Jan 18, 2022

Repository files navigation

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.