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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file Binsearch-1.1.tar.gz
.
File metadata
- Download URL: Binsearch-1.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d0625de1eccf4fde8f5348761f2369b480edd1fd7778d2e7e373039c552fb05 |
|
MD5 | f6df60a01482a16c51cfc8c49ffdb699 |
|
BLAKE2b-256 | 68ed93c53fee0865c65d6414c69da35dcf7d3db0800a0a88ee2da6ecd4da161b |