sort
Project description
xtssort
This is the ten method of list sorting.
install
pip install xtssort
from xtssort import *
# Bubble_sorting
Bubble_sorting(lt=list,Positive_or_reverse_order=2 or 1)
# selectionSort
selectionSort(arr=list)
# insertionSort
insertionSort(arr=list)
# shellSort
shellSort(arr=list)
# mergeSort
mergeSort(arr=list)
# quickSort
quickSort(arr=list,left=,right=)
# heapSort
heapSort(arr=list)
# countingSort
countingSort(arr=list,maxValue=)
# bucket_sort
bucket_sort(arr=list,max_num=)
# radix_sort
radix_sort(data=list)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
xtssort-0.0.6.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file xtssort-0.0.6.tar.gz
.
File metadata
- Download URL: xtssort-0.0.6.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fedd0c9b507db2dd2ef7b28366e1610505e22004660718ac93f44812fe5dbaa1 |
|
MD5 | 054ae87759bb4e2163e0ef80b2303331 |
|
BLAKE2b-256 | cc64101b0c9e2c27c089b7ce49c8fde80ee99311fd3d60716f944452096d96e5 |
File details
Details for the file xtssort-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: xtssort-0.0.6-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.2 pkginfo/1.8.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 826fac025c0c07510cb6eff2496a722333c647bdf6cea811593a07019411c2b8 |
|
MD5 | dea49708860d2ffe36d17c6e1238e25e |
|
BLAKE2b-256 | 4194169e8d1a1ef3f6f5c32438530ba7e5acec451df2f57de6a5f6661ca107df |