Skip to content

atlowChemi/quickSort

Repository files navigation

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.