This project is generated by AI
This project implements the Count Sort algorithm in Python. Count Sort is a non-comparison based sorting algorithm that works by counting the occurrences of each element in the input array.
- Clone this repository
- Create a virtual environment:
python3 -m venv venv - Activate the virtual environment:
- On macOS/Linux:
source venv/bin/activate - On Windows:
venv\Scripts\activate
- On macOS/Linux:
- Install dependencies:
pip install -r requirements.txt
Run the main script:
python main.py -pql
// python main.py -pqm
// python main.py -pqh
// python main.py -pqk
This project is licensed under the MIT License - see the LICENSE file for details.