All Algorithms implemented in Python the-algorithms.com/
Go to file
arjun1299 e36fe34b0b Hard coded inputs to mixed_keyword cypher (#1500)
* Update morse_code_implementation.py

* Delete porta_cipher.py

* Update mixed_keyword_cypher.py

* Mixed keyword cypher added

* issue with mixed keyword fixed

* no math included

* hardcoded inputs

* porta cypher added

* porta cypher added

* commented in mixed keyword according to contrib.md
2019-10-28 13:06:28 +01:00
.github Update stale.yml 2019-08-29 00:53:42 +05:30
arithmetic_analysis Add gaussian_elimination.py for solving linear systems (#1448) 2019-10-25 05:56:56 +02:00
backtracking psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
blockchain Add Topological Sort (#1302) 2019-10-18 08:13:58 +02:00
boolean_algebra psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
ciphers Hard coded inputs to mixed_keyword cypher (#1500) 2019-10-28 13:06:28 +01: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 Update treap.py (#1455) 2019-10-25 17:56:27 +02:00
digital_image_processing Add algorithm to rotate images (#1420) 2019-10-22 21:19:38 +02:00
divide_and_conquer psf/black code formatting (#1421) 2019-10-22 19:13:48 +02:00
dynamic_programming psf/black code formatting (#1421) 2019-10-22 19:13:48 +02:00
file_transfer psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
fuzzy_logic psf/black code formatting (#1421) 2019-10-22 19:13:48 +02:00
graphs psf/black code formatting (#1421) 2019-10-22 19:13:48 +02:00
hashes psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
linear_algebra Fixes in methods and tests in Linear Algebra (#1432) 2019-10-24 12:39:51 +02:00
machine_learning psf/black code formatting (#1421) 2019-10-22 19:13:48 +02:00
maths finding max (#1488) 2019-10-28 09:14:53 +01: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 Transfer .ipynb files to TheAlgorithms/Jupyter (#1414) 2019-10-22 08:45:03 +02:00
other psf/black code formatting (#1421) 2019-10-22 19:13:48 +02:00
project_euler added solution 3 for problem_25 (#1478) 2019-10-28 00:52:34 +01:00
scripts minor changes in format of DIRECTORY.md (#1461) 2019-10-25 19:33:24 +02:00
searches create simple binary search (#1430) 2019-10-24 10:31:58 +02:00
sorts psf/black code formatting (#1421) 2019-10-22 19:13:48 +02:00
strings Update aho-corasick.py (#1457) 2019-10-25 19:05:23 +02:00
traversals psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
web_programming Python program that listing top 'n' movie in imdb (#1477) 2019-10-27 21:48:38 +01:00
.gitignore Update .gitignore to remove __pycache__/ (#1127) 2019-08-17 00:46:33 +02:00
.travis.yml Implementation of Hardy Ramanujan Algorithm in /maths (#1355) 2019-10-19 06:02:38 +02:00
CONTRIBUTING.md Readability of CONTRIBUTING.md (#1422) 2019-10-23 04:07:50 +08:00
DIRECTORY.md minor changes in format of DIRECTORY.md (#1461) 2019-10-25 19:33:24 +02:00
LICENSE.md Create CONTRIBUTING.md (#864) 2019-06-02 12:14:18 +08:00
README.md Readability of CONTRIBUTING.md (#1422) 2019-10-23 04:07:50 +08:00
requirements.txt Python program that surfs 3 site at a time (#1389) 2019-10-18 23:30:52 +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.

Community Channel

We're on Gitter! Please join us.

List of Algorithms

See our directory.

Open in Gitpod