sort
Project description
xtssort
This is the ten method of list sorting.
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.4.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file xtssort-0.0.4.tar.gz
.
File metadata
- Download URL: xtssort-0.0.4.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 | 6158bc87dbf282c75a87aca19051d20075302b64f0346600cfa4eb57da77fed0 |
|
MD5 | 44f5c245c80b496eec93d6da67c31526 |
|
BLAKE2b-256 | 78c8b8f04e5573edc601683551b4c68f64cdd4e0a3b0caac102cdbd8d23a4fd8 |
File details
Details for the file xtssort-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: xtssort-0.0.4-py3-none-any.whl
- Upload date:
- Size: 4.3 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 | 0bc4bfb42115df354abd59de38be50e6b4bcc87838189117727f8eddfff7e61e |
|
MD5 | f07b5cb601da4a9b28d34328126f4f02 |
|
BLAKE2b-256 | 11a8498501ee0e2c964df0557452f5fd9306aecbda451d603506185ce2a4b27f |