All Algorithms implemented in Python the-algorithms.com/
Go to file
2019-10-12 02:32:41 +08: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 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05: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 Update Linear Algebra Readme (#1298) 2019-10-07 23:32:16 +05:00
machine_learning added doctests to scoring_functions.py (#1300) 2019-10-08 13:12:27 +05:00
maths Create karatsuba.py (#1309) 2019-10-08 17:25:50 +05: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 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05: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 Removed owners from README (#1254) 2019-10-03 15:17:22 +08: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.