All Algorithms in Python
Project description
The All ▲lgorithms Python library
<br>
<br>
<br>
<br>
[`python.allalgorithms.com`](https://python.allalgorithms.com)
Why?
- Why not 😂
- Clean and focused
- Actively maintained
- Because All Algorithms should easy to use in Python
Read the detailed documentation at python.allalgorithms.com or see the docs
directory on Github. See Tree.
Install
pip install allalgorithms
Usage Example
from allalgorithms.searches import binary_search
arr = [-2, 1, 2, 7, 10, 77]
print(binary_search(arr, 7))
# -> 3
print(binary_search(arr, 3))
# -> None
Tree
- Searches
- Sorting
Related
- javascript-lib: All ▲lgorithms Javascript library
Maintainers
Carlos Abraham |
License
MIT License © Carlos Abraham
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
allalgorithms-0.0.0.tar.gz
(2.0 kB
view details)
Built Distribution
File details
Details for the file allalgorithms-0.0.0.tar.gz
.
File metadata
- Download URL: allalgorithms-0.0.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f45954b0a53a606b2a277547c7837d39da0534399a429252f4dfd9dc95e73fd |
|
MD5 | 9d9f7792f55e1be011287f9222898561 |
|
BLAKE2b-256 | 700d7b4a946c7db690def1627204f925853f212e17b21dc1f332fb1e88681f9f |
File details
Details for the file allalgorithms-0.0.0-py3-none-any.whl
.
File metadata
- Download URL: allalgorithms-0.0.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c8c143073e8a28f8e4e125add664c80fae732a89c5d3c64e1eeb1bc392fc665 |
|
MD5 | 078a5e5577b2348ff43a429efc61d048 |
|
BLAKE2b-256 | 46cb7ede5880c82aeeaf27751859823fe93d38ddfba8b782fecbd5cdc45c81fb |