This Python implementation analyzes and compares sorting algorithms by reading numeric data from a file, executing the select algorithms, and displaying progress and timing information.
To run this script, you need to install some dependencies in your Python environment. To do this, you can use pip or pacman (on Arch Linux)
-
Python 3.x installed
-
Dependencies:
-
pwntools -
colorama
-
- Clone the repository and install the dependencies
git clone https://github.com/ch4rum/Sort.git
cd Sort/Python- Then install dependencies:
# In windows & some linux
pip install pwntools colorama
# In Arch & some derivate
sudo pacman -S --noconfirm python-colorama python-pwntools- Run the script with your desired parameters
python3 main.py [options]