This package lets you sort lists using Bubble Sort, Quick Sort, Insertion Sort and Selection Sort
Project description
# Sorting Anton
This package provides 4 different sorting methods for lists: Bubble Sort, Insertion Sort, Quick Sort and Selection Sort
## Getting Started
Using this package is very simple ### Prerequisites
The testing capability of the package requires unittest and nose to run. Sorting functions do not require any other additional packages.
` alist = [54, 26, 93, 17, 77, 31, 44, 55, 20] print(bubbleSort(alist)) `
### Installing
Install directly from PyPI using
` pip install sorting `
## Running the tests
You can just run ‘test’ on the setup file
` $ python setup.py test `
## Authors
Anton Benet - [Personal Website](https://www.antonbenet.com/)
## License
This project is licensed under the MIT License.
## Acknowledgments
Cedric and Ruben from Propulsion Academy
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sorting_anton-0.2.tar.gz.
File metadata
- Download URL: sorting_anton-0.2.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6f94848cedc8ade5dfea0654f354736d1538273d4ce02b198015c8416e31b70
|
|
| MD5 |
e5a2b571c4e7a408fa33182fd54c77d4
|
|
| BLAKE2b-256 |
c688d03c7a6d3a5253ec1a0ee36354f47a7e3dc375a92dc41d6b184d70ed2b75
|
File details
Details for the file sorting_anton-0.2-py3-none-any.whl.
File metadata
- Download URL: sorting_anton-0.2-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
03698157918c0a4d80bad37020e08911781845023a0dd36dacdd07d0966ed74d
|
|
| MD5 |
b91b45898ed836bf4137bb3a9d788297
|
|
| BLAKE2b-256 |
d9a9778a51f3181f2f52e734321541aa02dae8dcb04d9475ffe73986a5f9bf15
|