cpalgo
cpalgo is a Python Library that contains over 100 standard competitive programming algorithms for faster access.
Installation
Use the package manager pip to install foobar.
pip install cpalgo
Usage
import cpalgo
string1 = 'algorithms'
string2 = 'rhythms'
#To find the longest common subsequence between two strings
cpalgo.longest_common_subsequence(string1, string2)
#To count the number of prime numbers in [1,N]
cpalgo.count_primes(234)
Developers
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
Project Status
This project is expected to be completed by June 2021.
Release files for cpalgo 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| cpalgo-0.1.3.tar.gz | 23.6 kB | Details |
Release files / cpalgo-0.1.3.tar.gz
| Download URL | cpalgo-0.1.3.tar.gz |
|---|---|
| Size | 23.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f29b6fc562350b96b1b69d445f360e9654cf051ba7737c2c52c0276066ef2e1e
|
|
BLAKE2b-256 checksum How to use checksums |
6d74817a55a355fd83a18bf234123b6c0ecadf18e3c756487bf99264ad18aea3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.3.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.9.5
|