Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 897 Bytes

File metadata and controls

40 lines (26 loc) · 897 Bytes

🐍 Python - Sorting Algorithms

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.

⚙️ Requirements

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

🛠️ Installation

  • 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

🎸 Usage

  • Run the script with your desired parameters
python3 main.py [options]