Skip to main content

Binsearchpy library is created with binary seach algorithm to make the search faster from list data structure

Project description

Welcome to the Dheeraj Kumar Open Source Contribution

This Binsearchpy package is developed with base of Binary search algorith, which helps to search the given Integer or String element in given list.

This package has Two modules



    1) binarySearchlist



    2) binarySearchstring

How to Import Modules

from Binsearch.BinarySearch import BinarySearchList

    

BinarySearchList(array, 0, len(array)-1, givenValue)



from Binsearch.BinarySearch import BinarySearchString



BinarySearchString(array, givenString)

Commands to upload pypi package

    1)  python setup.py register



    2)  python setup.py sdist



    3)  twine upload dist/*

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

Binsearch-1.1.tar.gz (2.1 kB view hashes)

Uploaded Source

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