All Algorithms implemented in Python the-algorithms.com/
Go to file
Parth Paradkar b1a769cf44 Add pure implementation of K-Nearest Neighbours (#1278)
* Pure implementation of KNN added

* Comments and test case added

* doctest added
2019-10-06 23:50:50 +05: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
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 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
digital_image_processing psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
divide_and_conquer psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
dynamic_programming psf/black code formatting (#1277) 2019-10-05 10:14:13 +05: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 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
machine_learning Add pure implementation of K-Nearest Neighbours (#1278) 2019-10-06 23:50:50 +05:00
maths Added a python script for finding sum of arithmetic series (#1279) 2019-10-06 23:47:32 +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 psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
sorts psf/black code formatting (#1277) 2019-10-05 10:14:13 +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 Update DIRECTORY (#1161) 2019-09-06 11:02:37 +02: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.