sorting-techniques


Namesorting-techniques JSON
Version 1.0.5 PyPI version JSON
download
home_pagehttps://github.com/Hariesh28/Sorting-Algorithms-Library
SummaryA Python package with modular sorting algorithm implementations.
upload_time2025-02-01 08:43:42
maintainerNone
docs_urlNone
authorHariesh R
requires_python>=3.9
licenseNone
keywords sorting algorithms python data structures
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Sorting Algorithms Library

A Python package that provides a collection of well-known and fun sorting algorithms for use in various applications. The package offers an easy-to-use interface for importing and utilizing these algorithms in your Python projects.
## Installation

You can install the package via pip:

```
pip install sorting-techniques
```

## Sorting Algorithms

This library includes the following sorting techniques:

### Standard Sorting Algorithms
1. **Bubble sort**
2. **Selection sort**
3. **Insertion sort**
4. **Merge sort**
5. **Quick sort**
6. **Heap sort**
7. **Counting sort**
8. **Radix sort**
9. **MSD (Most Significant Digit) Radix sort**
10. **LSD (Least Significant Digit) Radix sort**
11. **Bucket sort**

### Fun Sorting Algorithms
1. **Bogo sort**
2. **Stalin sort**
3. **Sleep sort**
4. **Miracle sort**
5. **Slow sort**
6. **Shell sort**
7. **Cocktail Shaker sort**

## Usage

You can use any of these sorting algorithms by importing them from the package. For example:

```python
from sorting_techniques import bubble_sort

data = [5, 3, 8, 6, 2]
sorted_data = bubble_sort(data)
print(sorted_data)
```

## Contributing

Contributions to the library are welcome! Feel free to fork the repository and submit pull requests. We encourage adding new sorting algorithms or improving the performance of existing ones.

## License

This project is licensed under the [GPL-3.0 License](./LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Hariesh28/Sorting-Algorithms-Library",
    "name": "sorting-techniques",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "sorting algorithms, python, data structures",
    "author": "Hariesh R",
    "author_email": "hariesh28606@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/84/37/4ecdbae013cdaaf39c91777df0bfdd69a5733ce17c38b553a1bb50b4e04d/sorting_techniques-1.0.5.tar.gz",
    "platform": null,
    "description": "\n# Sorting Algorithms Library\n\nA Python package that provides a collection of well-known and fun sorting algorithms for use in various applications. The package offers an easy-to-use interface for importing and utilizing these algorithms in your Python projects.\n## Installation\n\nYou can install the package via pip:\n\n```\npip install sorting-techniques\n```\n\n## Sorting Algorithms\n\nThis library includes the following sorting techniques:\n\n### Standard Sorting Algorithms\n1. **Bubble sort**\n2. **Selection sort**\n3. **Insertion sort**\n4. **Merge sort**\n5. **Quick sort**\n6. **Heap sort**\n7. **Counting sort**\n8. **Radix sort**\n9. **MSD (Most Significant Digit) Radix sort**\n10. **LSD (Least Significant Digit) Radix sort**\n11. **Bucket sort**\n\n### Fun Sorting Algorithms\n1. **Bogo sort**\n2. **Stalin sort**\n3. **Sleep sort**\n4. **Miracle sort**\n5. **Slow sort**\n6. **Shell sort**\n7. **Cocktail Shaker sort**\n\n## Usage\n\nYou can use any of these sorting algorithms by importing them from the package. For example:\n\n```python\nfrom sorting_techniques import bubble_sort\n\ndata = [5, 3, 8, 6, 2]\nsorted_data = bubble_sort(data)\nprint(sorted_data)\n```\n\n## Contributing\n\nContributions to the library are welcome! Feel free to fork the repository and submit pull requests. We encourage adding new sorting algorithms or improving the performance of existing ones.\n\n## License\n\nThis project is licensed under the [GPL-3.0 License](./LICENSE).\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python package with modular sorting algorithm implementations.",
    "version": "1.0.5",
    "project_urls": {
        "Homepage": "https://github.com/Hariesh28/Sorting-Algorithms-Library"
    },
    "split_keywords": [
        "sorting algorithms",
        " python",
        " data structures"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "41577251fd6a9e4dba4d3bf3d62ae7b8116f2eaa86712f8392d35ac23cf545c4",
                "md5": "44d2e250a082cf0dd5e8bb11f55ec803",
                "sha256": "bdd188d083b031e2f374ec4ecb7985447621463937bed16efcf44ea8dfc2cf25"
            },
            "downloads": -1,
            "filename": "sorting_techniques-1.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "44d2e250a082cf0dd5e8bb11f55ec803",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 26399,
            "upload_time": "2025-02-01T08:43:40",
            "upload_time_iso_8601": "2025-02-01T08:43:40.514329Z",
            "url": "https://files.pythonhosted.org/packages/41/57/7251fd6a9e4dba4d3bf3d62ae7b8116f2eaa86712f8392d35ac23cf545c4/sorting_techniques-1.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "84374ecdbae013cdaaf39c91777df0bfdd69a5733ce17c38b553a1bb50b4e04d",
                "md5": "fd5b64d7aa56d788f866c6da93d515b3",
                "sha256": "66567e81613437f303bcdf093b05534b925ab0650f2e9913fe48c4ea8fb4ad71"
            },
            "downloads": -1,
            "filename": "sorting_techniques-1.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "fd5b64d7aa56d788f866c6da93d515b3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 22619,
            "upload_time": "2025-02-01T08:43:42",
            "upload_time_iso_8601": "2025-02-01T08:43:42.287279Z",
            "url": "https://files.pythonhosted.org/packages/84/37/4ecdbae013cdaaf39c91777df0bfdd69a5733ce17c38b553a1bb50b4e04d/sorting_techniques-1.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-01 08:43:42",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Hariesh28",
    "github_project": "Sorting-Algorithms-Library",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sorting-techniques"
}
        
Elapsed time: 0.78019s