Development of sorting algorithms with Python
You just need to have Python 3 installed.
In Linux, each Python file is called as follows:
python3 file_name.py
#or
python file_name.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.