All Algorithms implemented in Python the-algorithms.com/
Go to file
CarsonHam 61f3119467
Change occurrences of str.format to f-strings (#4118)
* f-string update rsa_cipher.py

* f-string update rsa_key_generator.py

* f-string update burrows_wheeler.py

* f-string update non_recursive_segment_tree.py

* f-string update red_black_tree.py

* f-string update deque_doubly.py

* f-string update climbing_stairs.py

* f-string update iterating_through_submasks.py

* f-string update knn_sklearn.py

* f-string update 3n_plus_1.py

* f-string update quadratic_equations_complex_numbers.py

* f-string update nth_fibonacci_using_matrix_exponentiation.py

* f-string update sherman_morrison.py

* f-string update levenshtein_distance.py

* fix lines that were too long
2021-02-23 11:23:49 +05:30
.github Validate only submitted Project Euler solution (#3977) 2020-11-29 23:11:09 +05:30
arithmetic_analysis Fix mypy errors for arithmetic analysis algorithms (#4053) 2020-12-23 10:52:43 +01:00
backtracking [mypy] Add/fix type annotations for backtracking algorithms (#4055) 2020-12-24 18:16:21 +05:30
bit_manipulation add count_number_of_one_bits.py (#4195) 2021-02-12 07:59:24 +05:30
blockchain Fix mypy in #3149 (#3988) 2020-11-29 23:16:26 +05:30
boolean_algebra [mypy] Add/fix type annotations for boolean_algebra (#4172) 2021-02-05 00:58:29 +08:00
cellular_automata [mypy] Add/fix type annotations for "conways_game_of_life.py" & "one_dimensional.py" (#4216) 2021-02-22 00:54:29 +01:00
ciphers Change occurrences of str.format to f-strings (#4118) 2021-02-23 11:23:49 +05:30
compression Change occurrences of str.format to f-strings (#4118) 2021-02-23 11:23:49 +05:30
computer_vision Hacktoberfest 2020: Added computer vision algorithm (#2946) 2020-10-16 15:15:20 +02:00
conversions add integer to roman function (#4050) 2020-12-21 22:55:59 +01:00
data_structures Change occurrences of str.format to f-strings (#4118) 2021-02-23 11:23:49 +05:30
digital_image_processing Fixes: #2404. Fix PIL DeprecationWarnings in pytest output (#2678) 2020-10-03 09:22:22 +02:00
divide_and_conquer Add a divide and conquer method in finding the maximum difference pair (#3692) 2020-11-25 08:30:15 +08:00
dynamic_programming Change occurrences of str.format to f-strings (#4118) 2021-02-23 11:23:49 +05:30
electronics Electric power (#3976) 2020-11-29 23:07:10 +01:00
file_transfer Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
fuzzy_logic Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
genetic_algorithm Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
geodesy Fix imports for all namespace packages (#2506) 2020-09-28 23:41:04 +02:00
graphics Implementation of the algorithm for the Koch snowflake (#4207) 2021-02-20 14:09:39 +01:00
graphs Graph list patch (#4113) 2021-01-12 14:41:48 +01:00
hashes Fixed typo in caesar_cipher.py (#2979) 2020-10-17 13:26:11 +05:30
knapsack Cleaned up knapsack and images directory (#3972) 2020-11-27 10:57:12 +01:00
linear_algebra Add conjugate gradient method algorithm (#2486) 2020-12-12 10:10:23 +05:30
machine_learning Change occurrences of str.format to f-strings (#4118) 2021-02-23 11:23:49 +05:30
maths Change occurrences of str.format to f-strings (#4118) 2021-02-23 11:23:49 +05:30
matrix Change occurrences of str.format to f-strings (#4118) 2021-02-23 11:23:49 +05:30
networking_flow Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
neural_network Add 2-hidden layer neural network with back propagation using sigmoid activation function (#4037) 2020-12-26 21:43:20 +05:30
other DPLL algorithm (#3866) 2020-11-08 18:26:22 +01:00
project_euler Add solution for Project Euler problem 107 (#4066) 2020-12-28 13:21:02 +05:30
quantum Add Quantum Full Adder circuit for classical integers (#2954) 2020-11-11 19:24:31 +08:00
scheduling [mypy] Add/fix type annotations for scheduling algorithms (#4074) 2020-12-28 09:34:40 +05:30
scripts Validate only submitted Project Euler solution (#3977) 2020-11-29 23:11:09 +05:30
searches Chore: Added type hints to searches/binary_search.py (#2682) 2020-12-09 15:01:58 +01:00
sorts [mypy] Add/fix type annotations for quick_sort(#4085) (#4215) 2021-02-20 23:10:23 +01:00
strings Change occurrences of str.format to f-strings (#4118) 2021-02-23 11:23:49 +05:30
traversals Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
web_programming Instagram Video and IGTV downloader (#3981) 2020-11-29 13:14:18 +01:00
.coveragerc Add pytest-cov (#1578) 2019-11-17 19:37:58 +01:00
.gitattributes Create .gitattributes for Cross OS compatibility (#3410) 2020-10-17 07:25:25 +02:00
.gitignore contribution guidelines checks (#1787) 2020-03-04 13:40:28 +01:00
.gitpod.yml Change gitpod configuration for python3. (#1827) 2020-04-07 12:20:08 +02:00
.pre-commit-config.yaml add crawl_google_scholar_citation.py (#3879) 2020-11-13 14:55:23 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md with pre-commit plugin instructions (#3979) 2020-11-28 19:09:27 +05:30
DIRECTORY.md Added diffie-hellman algorithm (#4128) 2021-01-21 08:30:47 +05:30
LICENSE.md Update LICENSE.md (#4210) 2021-02-19 19:15:19 +01:00
pytest.ini Move validate_solutions and add durations flag to pytest.ini (#3704) 2020-10-24 19:07:33 +05:30
README.md Update related to the change in CI testing (#3903) 2020-11-19 22:34:57 +05:30
requirements.txt Python 3.9 (#3926) 2020-11-24 12:41:10 +01:00

The Algorithms - Python

Gitpod Ready-to-Code  Gitter chat  GitHub Workflow Status  LGTM  contributions welcome  Donate    pre-commit  code style: black 

All algorithms implemented in Python (for education)

These implementations are for learning purposes only. Therefore 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.