This is a Python script to visualize all kinds of sorting algorithms.
Download or clone the package via GitHub
After cloning navigate to the visualizeSort folder and run the Python script.
cd ./visualizeSort
python3 sortAlgs.py
First you can choose which Sort to use: Just choose the one of your liking from the dropdown menu.
Right behind the dropdown, you can also choose at which speed interval a new operation should be done.
Below that you can choose the Array size while using the "Data size" slider.
The "Min. value" slider sets the rim for the lowest Int in the array and the "Max. value" slider sets it for the maximum Integer.