Skip to main content

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 hashes)

Uploaded Source

Built Distribution

xtssort-0.0.7-py3-none-any.whl (4.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page