Description
This project includes a various number or sorting algorithms written in Python. It was tested with Python >= 3.4.
The repository, where all the commits will be pushed, is on Bitbucket. On GitHub appear only the already tested releases. So if you want to keep up-to-date you should have a look at Bitbucket once in a while. If you just want to see the tested releases available on PyPI you have to have a look at GitHub.
version 1.0.2
Algorithms
Bubble-Sort (slow)
Ripple-Sort (slow)
Min-Sort (better than previous ones)
Quick-Sort (very fast and efficient)
Additional
sorting of non-nested tuples (very fast)
Installation
The current version is available via pip
pip install sort-algorithms
Upgrade
You also can upgrade on the latest version with additional algorithms and features with:
pip install sort-algorithms --upgrade
Release files for sort-algorithms 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| sort-algorithms-1.0.2.tar.gz | 3.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| sort_algorithms-1.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:8.4 kB
Release files / sort-algorithms-1.0.2.tar.gz
| Download URL | sort-algorithms-1.0.2.tar.gz |
|---|---|
| Size | 3.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5e74a583a7b65c86f54db85b366c7b1baca40268d60e77fa395ae7250d60af62
|
|
BLAKE2b-256 checksum How to use checksums |
a446125d51d7bfd7c85a8816a505c7030e99da9112edcfde1b468011bde36d89
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / sort_algorithms-1.0.2-py3-none-any.whl
| Download URL | sort_algorithms-1.0.2-py3-none-any.whl |
|---|---|
| Size | 5.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5a43f3032ea1884d1a171cc12e063eebda28146dc3c2049b95ca3bb025a53f2c
|
|
BLAKE2b-256 checksum How to use checksums |
cf2b3114d4346f4c8a6c4972eba87183292c48d9c730452fc3f1be7c67e61bc1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |