Skip to content

naecoo/counting-sort-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Count Sort Project

This project is generated by AI

result

Description

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.

Installation

  1. Clone this repository
  2. Create a virtual environment:
    python3 -m venv venv
    
  3. Activate the virtual environment:
    • On macOS/Linux:
      source venv/bin/activate
      
    • On Windows:
      venv\Scripts\activate
      
  4. Install dependencies:
    pip install -r requirements.txt
    

Usage

Run the main script:

python main.py -pql
// python main.py -pqm
// python main.py -pqh
// python main.py -pqk

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages