This program allows the user to visualise bubble, insertion, merge, quick and heap sort by uslilising bars of different lengths to represents items in a list.
To install the software and use it in your local development environment, you must first set up and activate a local development environment. From the root of the project:
$ virtualenv venv
$ source venv/bin/activate
Install all required packages:
$ pip3 install -r requirements.txt
The packages used by this application are specified in requirements.txt