Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 683 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 683 Bytes

Quick Sort Visualizer 🧙🏾‍♂️

Check it out

Check the visualizer here.

Description

A visualization of the quick sort algorithm. This project accepts an input from the user - space seperated numbers. The inputed numbers are turned to an array, which will be sorted with visualization, using the quick sort method.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.