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.7.tar.gz
(4.4 kB
view details)
Built Distribution
File details
Details for the file xtssort-0.0.7.tar.gz
.
File metadata
- Download URL: xtssort-0.0.7.tar.gz
- Upload date:
- Size: 4.4 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 | 441a3b0cba957f5b09ec03114a5b1f74c06d4d8095a26d765888292738062cec |
|
MD5 | 14f917f1c79d5387d5bceb930bf95b47 |
|
BLAKE2b-256 | a825df62771dae738f07ada4b572cba6d07e5a9d8c3faa5cb503fac8823eec25 |
File details
Details for the file xtssort-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: xtssort-0.0.7-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 | a6e3f22f978199960b4aeb5a9ddfe0ef171bab0a47513460598c6a5d45aa4038 |
|
MD5 | a5d30de6c101390c93b7ce58b387f9f7 |
|
BLAKE2b-256 | 12ad7a90893f2b7aa49ce644a6e301d70cc10a976efcd8eb6e0f04cdea08fdd7 |