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

Uploaded Source

Built Distribution

jessicalexander_sort-0.1.7-py3-none-any.whl (3.9 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