Skip to main content

Package that includes multiple sorting method

Project description

jessicalexander-sort

This package is an exercise pypi package that cobtains multiple sorting method

In this README :point_down:

Features

  • Various sorting algorithms:
    • Bubble Sort
    • Quick Sort
    • Insertion Sort
  • Can be used to sort a list of number in ascending format
  • Suitable for educational purpose

Usage

Installation

You can install the package using pip:

pip install jessicalexander-sort

Initial setup

  1. Make sure you're running at least python 3 and above
  2. Prepare the list of numbers you want to sort

Example Usage

arr = [5,6,7,13,44,67,22,11]

print(sort.bubble_sort.bubble_sort(arr)) #for bubble sort
print(sort.insertion_sort.insertion_sort(arr)) #for insertion sort
print(sort.quick_sort.quick_sort(arr)) #for quick sort

Contributing

If you find a bug :bug:, please open an issue. If you have an idea for an improvement or new feature :rocket:, please open a feature request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

f you have any questions or issues, please open an issue on the GitHub repository or contact me at ssicalexander@gmail.com.

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

jessicalexander_sort-0.1.7.tar.gz (3.6 kB view details)

Uploaded Source

Built Distribution

jessicalexander_sort-0.1.7-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

Details for the file jessicalexander_sort-0.1.7.tar.gz.

File metadata

  • Download URL: jessicalexander_sort-0.1.7.tar.gz
  • Upload date:
  • Size: 3.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.4

File hashes

Hashes for jessicalexander_sort-0.1.7.tar.gz
Algorithm Hash digest
SHA256 7d885b1c90f82492b75999a39e653b665fac6fd57073ebf972c6c38dd00f0adb
MD5 edcc26650ae51ccd1c1e27c364a4e3d3
BLAKE2b-256 adacd94244474ad1c49615ef89a3abe5c8bf5e96a944c18c496e08d538c317d9

See more details on using hashes here.

File details

Details for the file jessicalexander_sort-0.1.7-py3-none-any.whl.

File metadata

File hashes

Hashes for jessicalexander_sort-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 762c850407b422d388170a5273156b420f9d65d309a62337c14cd3cef0c69d8f
MD5 188b2283b4f8a9858e866e79bcd707a0
BLAKE2b-256 bcd025cf1f2d339ef077cf9e44943301327430680a4c4de5e373c39513f364b9

See more details on using hashes here.

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