Skip to main content

No project description provided

Project description

version travis coveralls license

pyalgos is a package for implementing various algorithms:

  • Sorting

    • Insertion Sort

    • Selection Sort

Features

  • Supported on Python 2.7 and Python 3.3+.

Changelog

v0.1.2

  • Added support for tuple of values in both insertion() and selection() sorting methods.

v0.1.1

  • Added validation for checking whether all the elements in a given list are strings or not in both insertion() and selection() sorting methods.

v0.1.0

  • First release.

  • Added insertion() method for implementing insertion sort algorithm.

  • Added selection() method for implementing selection sort algorithm.

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

pyalgos-0.1.2.tar.gz (13.3 kB view hashes)

Uploaded Source

Built Distribution

pyalgos-0.1.2-py2.py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 2 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