Skip to main content

Search and Sort Algorithms

Project description

SeSo

A Search and Sort Extension Module for Python

Install

pip3 install seso

Tests

python3 -m unittest discover tests

List of Algorithms

  • Search

    • linear search
    • binary search
    • jump search
    • interpolation search
    • exponential search
    • fibonacci search
    • ternary search
  • Sort

    • bubble sort
    • selection sort
    • insertion sort
    • merge sort
    • quick sort
    • heap sort
    • radix sort
    • bucket sort
    • shell sort
    • tim sort

Documentation


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

seso-0.3.tar.gz (8.7 kB view hashes)

Uploaded Source

Built Distribution

seso-0.3-cp38-cp38-win_amd64.whl (14.9 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

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