Socket
Socket
Sign inDemoInstall

sorting-anton

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sorting-anton

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


Maintainers
1

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

  • Anton Benet - Personal Website

License

This project is licensed under the MIT License.

Acknowledgments

  • Cedric and Ruben from Propulsion Academy

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc