A program with a gui interface made to visualise a range of sorting algorithms.
Python 3+
Built to rely on no external dependancies. Only libraries used come standard with python 3+
Open main.py
- Bubble Sort
- Insertion Sort
- Selection Sort
- Pancake Sort
- Shell Sort
- Cocktail Sort
- Vertical Lines
- Pyramid
- Circle
- Start/Pause
- Change number of lines generated to sort
- Change view mid-sort
- Pause to change sorting algorithm from any stage during a sort
- Intuitive GUI
- Responsive design (Scales to any window size)