All Algorithms implemented in Python the-algorithms.com/
Go to file
adith bharadwaj f3c0b132bc Added sudoku solving program in backtracking algorithms (#1128)
* Added sudoku solver in backtracking

* Added sudoku solver program

* Added sudoku solver

* Added sudoku solver

* Format with black, add doctests, cleanup main
2019-08-13 15:51:06 +02:00
.github Update FUNDING.yml 2019-07-06 14:04:27 +05:30
arithmetic_analysis print() is a function just like every other function (#1101) 2019-08-06 12:14:23 +02:00
backtracking Added sudoku solving program in backtracking algorithms (#1128) 2019-08-13 15:51:06 +02:00
boolean_algebra Boolean algebra pytests (#1097) 2019-08-05 07:05:36 +02:00
ciphers print() is a function just like every other function (#1101) 2019-08-06 12:14:23 +02:00
compression Added Burrows-Wheeler transform algorithm. (#1029) 2019-07-17 20:32:04 +02:00
conversions bin(num). convert ZERO and negative decimal numbers to binary. (#1093) 2019-08-03 20:00:10 +02:00
data_structures print() is a function just like every other function (#1101) 2019-08-06 12:14:23 +02:00
digital_image_processing fix outdated fork error (#1117) 2019-08-08 17:59:15 +02:00
divide_and_conquer Update closest_pair_of_points.py (#1109) 2019-08-06 21:31:03 +02:00
dynamic_programming Update max_sub_array.py (#1000) 2019-07-17 18:12:24 +02:00
file_transfer Fix tests for file_transfer and perceptron.py (#1121) 2019-08-11 13:00:58 +02:00
graphs Travis CI: Add a flake8 test for unused imports (#1038) 2019-07-25 13:19:00 +05:30
hashes Added pytests to hashes/md5.py (#1100) 2019-08-06 13:16:30 +02:00
linear_algebra New linear algebra algorithm (#1122) 2019-08-12 09:13:57 +02:00
machine_learning Travis CI: Add pytest --doctest-modules machine_learning (#1016) 2019-08-10 22:48:00 +02:00
maths Add maths/test_prime_check.py (#1125) 2019-08-13 11:50:13 +02:00
matrix rotate_matrix.py: Add type hints for return values (#1023) 2019-07-23 00:07:09 +02:00
networking_flow Add doctests to networking_flow/minimum_cut.py (#1126) 2019-08-13 11:59:49 +02:00
neural_network Travis CI: Add pytest --doctest-modules machine_learning (#1016) 2019-08-10 22:48:00 +02:00
other print() is a function just like every other function (#1101) 2019-08-06 12:14:23 +02:00
project_euler project_euler/problem_10 (#1089) 2019-07-31 13:20:32 +02:00
scripts Validate Python filenames (#1086) 2019-07-30 15:32:13 +05:30
searches Travis CI: Run black, doctest, flake8, mypy, and pytest (#964) 2019-07-08 23:27:51 +08:00
sorts Update tim_sort.py (#972) 2019-07-30 18:06:48 +02:00
strings Added Unicode test to strings/rabin_karp.py (#1096) 2019-08-05 07:07:52 +02:00
traversals Add type hints to binary_tree_traversals.py (#1123) 2019-08-12 17:59:59 +02:00
.gitignore Update .gitignore (#841) 2019-05-26 22:03:53 +05:30
.travis.yml Fix tests for file_transfer and perceptron.py (#1121) 2019-08-11 13:00:58 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md (#1059) 2019-07-20 18:40:00 +02:00
DIRECTORY.md Rewrite build_directory_md.py (#1076) 2019-07-28 17:27:23 +02:00
LICENSE.md Create CONTRIBUTING.md (#864) 2019-06-02 12:14:18 +08:00
README.md Add badges to the top of README.md (#1064) 2019-07-24 14:34:22 +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.

Owners

Anup Kumar Panwar   [Gmail   GitHub   LinkedIn]

Chetan Kaushik   [Gmail   GitHub   LinkedIn]

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.