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.5.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file xtssort-0.0.5.tar.gz
.
File metadata
- Download URL: xtssort-0.0.5.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 | 563459fec08d3ed9fe80344fc9cbd456632ca121a181125cffa3021455976c94 |
|
MD5 | 56985df3fe3f77c320012b36b622f218 |
|
BLAKE2b-256 | 64ed9bb4d9f93dd1fddec65f5ae3b1740886a6e160743eef4f41ea0e39b65d08 |
File details
Details for the file xtssort-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: xtssort-0.0.5-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 | 9d7d696dbfa88cfcf76646cc45dda7d762ab4af93d4db443bd67a1bfdf8207fb |
|
MD5 | 9b2b16663a3213854f3deff8861f350f |
|
BLAKE2b-256 | 86eede3a74514b33bd4a7cb4998ce10fc7ba0485f762e0c76324f66ba6471801 |