All Algorithms implemented in Python the-algorithms.com/
Go to file
Yurii b7fb0630f2 Feature/fix caesar cipher (#1350)
* change var names for better reading

* rewrite encrypt function to fix ascii char ranges

* fix decrypt function

* update formatting (add f-strings)

* upd fuctions

* add f-string formatting (python3.6+)

* add type hints (python3.4+)
2019-10-18 07:36:52 +02:00
.github Update stale.yml 2019-08-29 00:53:42 +05:30
arithmetic_analysis psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
backtracking psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
blockchain Chinese Remainder Theorem | Diophantine Equation | Modular Division (#1248) 2019-10-06 23:52:04 +05:00
boolean_algebra psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
ciphers Feature/fix caesar cipher (#1350) 2019-10-18 07:36:52 +02:00
compression psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
conversions psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
data_structures Added comment (#1294) 2019-10-07 23:29:14 +05:00
digital_image_processing psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
divide_and_conquer mergesort added (#1313) 2019-10-10 00:12:09 +05:00
dynamic_programming Modified longest_common_ssubsequence.py for successful doctests (#1332) 2019-10-12 02:32:41 +08:00
file_transfer psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
graphs psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
hashes psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
linear_algebra Fixing Some Minor Issues (#1386) 2019-10-17 20:13:28 +02:00
machine_learning added doctests to scoring_functions.py (#1300) 2019-10-08 13:12:27 +05:00
maths Feature/update least common multiple (#1352) 2019-10-18 07:35:29 +02:00
matrix psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
networking_flow psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
neural_network psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
other psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
project_euler Added missing problem statements (#1364) 2019-10-18 06:46:13 +02:00
scripts psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
searches make code more readable (#1304) 2019-10-08 13:22:40 +05:00
sorts optimization (#1303) 2019-10-08 13:25:00 +05:00
strings psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
traversals psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
.gitignore Update .gitignore to remove __pycache__/ (#1127) 2019-08-17 00:46:33 +02:00
.travis.yml Add Flake8 F4 Tests to .travis.yml (#974) 2019-09-13 14:07:24 +02:00
CONTRIBUTING.md CONTRIBUTING.md: Fix mistake in doctest ;-) (#1266) 2019-10-05 23:32:58 +08:00
DIRECTORY.md Fixed links in DIRECTORY.md (#1291) 2019-10-07 23:23:46 +05:00
LICENSE.md Create CONTRIBUTING.md (#864) 2019-06-02 12:14:18 +08:00
README.md Update build badge (#1378) 2019-10-17 16:02:40 +02:00
requirements.txt Travis CI: Add pytest --doctest-modules machine_learning (#1016) 2019-08-10 22:48:00 +02:00

The Algorithms - Python

Donate  Build Status  LGTM  Gitter chat  contributions welcome   

All algorithms implemented in Python (for education)

These implementations are for learning purposes. They may be less efficient than the implementations in the Python standard library.

Contribution Guidelines

Read our Contribution Guidelines before you contribute.

Open in Gitpod

Community Channel

We're on Gitter! Please join us.

Algorithms

See our directory.