alexmerren / sorting-visualiser

A web application to visualise the different methodologies of various sorting algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting Visualiser

An application that visualises different methods used by many sorting algorithms.

You can view this project live here!

How to start

To start the project, you can type:

./run

or run these commands:

npm install

npm start

Usage

To visit the application, you can visit:

localhost:8080

About

A web application to visualise the different methodologies of various sorting algorithms


Languages

Language:JavaScript 74.4%Language:CSS 16.0%Language:HTML 9.5%Language:Shell 0.2%