A simple package that contains some commonly used sorting functions
Project description
PySortAlgos
A simple repo that contains some commonly used sorting functions
USAGE
# import your desired sorting function
from PySortAlgos import bubble_sort
# Example list
myList = [799,111,1,3,2,,23,6445,4,89,56,566]
# Sort the list
sorted = bubble_sort(myList)
print(sorted) # [1,2,3,4,7,23,56,89,99,111,566,6445]
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
PySortAlgos-0.6.tar.gz
(3.1 kB
view details)
File details
Details for the file PySortAlgos-0.6.tar.gz
.
File metadata
- Download URL: PySortAlgos-0.6.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9aeaba76ef1dd9b7da2ea2d4065892a6c29d663f4e03836b13ee31fdf3d0f0f3 |
|
MD5 | 361b69908a074708d30f70bac64ede26 |
|
BLAKE2b-256 | 048a6544de5f10c2b61b20eb24382f6e0d3a78abdf82f399ab4908e05d734f59 |