Apply multiple type of sorting algorithm on your data and also compare which sorting is fastes on your data
Project description
python-sorter
A Python package to apply multiple type of sorting algorithm on your data and also compare which sorting is fastes on your data. Visit the page for python-sorter
Installation
pip install python-sorter
Usage
import data_sorter
arr = [0.32, 0.33, 0.37, 0.42, 0.47, 0.51, 0.52]
arr = data_sorter.bubble_sort(arr)
print(arr)
Available sorting algorithms
- brick_sort
- bubble_sort
- bucket_sort (only for float data)
- comb_sort
- counting_sort
- cycle_sort
- gnome_sort
- heap_sort
- insertion_sort
- intro_sort
- merge_sort
- pigeonhole_sort
- quick_sort
- radix_sort
- selection_sort
- stooge_sort
- strand_sort
- tree_sort
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
python-sorter-1.1.0.tar.gz
(10.8 kB
view details)
File details
Details for the file python-sorter-1.1.0.tar.gz
.
File metadata
- Download URL: python-sorter-1.1.0.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a5ab962e023b494e8b5edf7a8f9b6a9cba22ea2648528e55b7933997fd3d49d |
|
MD5 | ee215185aa1d51c8f0702f518e19782e |
|
BLAKE2b-256 | 599daf5864c252c30e036d2b39cb3617ec33b53e54e231d8e1ed40040ebf622d |