DS and Algo library
Project description
DataStructure and Algorithms Utilities for Python Developers
A library containing all the necessary efficient utility tools.
Installation
pip install dsutils
Get Started
from dsautils import BinarySearch
input_list = [3,4,1,9,7]
object = BinarySearch(input_list)
output = object.search(9)
print(output)
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
dsautils-0.0.2.tar.gz
(2.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dsautils-0.0.2.tar.gz.
File metadata
- Download URL: dsautils-0.0.2.tar.gz
- Upload date:
- Size: 2.2 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.21.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bf5f7675aa9e8261a95c046b5f4b677587b13934e71adcbf77e415187d4302d
|
|
| MD5 |
e5510968821b32ea53513a85f3916350
|
|
| BLAKE2b-256 |
589c1b77a92c2b8afc30a22e715e6797e6984ab543c542e8df0e667629ba80af
|
File details
Details for the file dsautils-0.0.2-py3-none-any.whl.
File metadata
- Download URL: dsautils-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b721aa8c86d2551c9166715a69bf515bf4a133e768d00baff7e0bbaf3969f2ab
|
|
| MD5 |
5f2496d9da8f4e181f08681af6c7e9c6
|
|
| BLAKE2b-256 |
ee8426a47dad86a10f0e2e6fc665677f8a381e553aca593854e1b178bee701f8
|