Skip to main content

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

Uploaded Source

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