Python/README.md
Erfan Alimohammadi 781b7f86e7 Fix readme and duplicate (#967)
* Fix typo

* Add all_permutations algorithm to backtracking directory

* Update backtracking and D&C algorithms in README

Update backtracking and divide_and_conquer algorithms in README

* Remove the duplicated file
2019-07-06 20:02:06 +05:30

15 KiB

The Algorithms - Python

Donate   Gitter chat   Open in Gitpod

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   Gihub   LinkedIn]

Chetan Kaushik   [Gmail   Gihub   LinkedIn]

Contribution Guidelines

Read our Contribution Guidelines before you contribute.

Community Channel

We're on Gitter! Please join us.

Algorithms

Hashes

File Transfer Protocol

Backtracking

Ciphers

Arithmetic Analysis

Boolean Algebra

Traversals

Maths

Digital Image Processing

Compression

Graphs

Networking Flow

Matrix

Searches

Conversions

Dynamic Programming

Divide And Conquer

Strings

Sorts

Machine Learning

Neural Network

Data Structures

Other