Skip to main content

This package lets you sort lists using Bubble Sort, Quick Sort, Insertion Sort and Selection Sort

Project description

# Sorting Anton

This package provides 4 different sorting methods for lists: Bubble Sort, Insertion Sort, Quick Sort and Selection Sort

## Getting Started

Using this package is very simple ### Prerequisites

The testing capability of the package requires unittest and nose to run. Sorting functions do not require any other additional packages.

` alist = [54, 26, 93, 17, 77, 31, 44, 55, 20] print(bubbleSort(alist)) `

### Installing

Install directly from PyPI using

` pip install sorting `

## Running the tests

You can just run ‘test’ on the setup file

` $ python setup.py test `

## Authors

## License

This project is licensed under the MIT License.

## Acknowledgments

  • Cedric and Ruben from Propulsion Academy

Project details


Release history Release notifications | RSS feed

This version

0.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sorting_anton-0.2.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

sorting_anton-0.2-py3-none-any.whl (4.7 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