2019-10-17 14:02:40 +00:00
# The Algorithms - Python
2020-11-19 17:04:57 +00:00
[![Gitpod Ready-to-Code ](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square )](https://gitpod.io/#https://github.com/TheAlgorithms/Python)
2020-02-10 21:26:59 +00:00
[![Gitter chat ](https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square )](https://gitter.im/TheAlgorithms)
2020-11-19 17:04:57 +00:00
[![GitHub Workflow Status ](https://img.shields.io/github/workflow/status/TheAlgorithms/Python/build?label=CI&logo=github&style=flat-square )](https://github.com/TheAlgorithms/Python/actions)
2019-07-24 12:34:22 +00:00
[![LGTM ](https://img.shields.io/lgtm/alerts/github/TheAlgorithms/Python.svg?label=LGTM&logo=LGTM&style=flat-square )](https://lgtm.com/projects/g/TheAlgorithms/Python/alerts)
[![contributions welcome ](https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square )](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md)
2020-02-10 21:26:59 +00:00
[![Donate ](https://img.shields.io/badge/Donate-PayPal-green.svg?logo=paypal&style=flat-square )](https://www.paypal.me/TheAlgorithms/100)
2019-07-24 12:34:22 +00:00
![](https://img.shields.io/github/repo-size/TheAlgorithms/Python.svg?label=Repo%20size&style=flat-square)
2020-11-19 17:04:57 +00:00
[![pre-commit ](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square )](https://github.com/pre-commit/pre-commit)
[![code style: black ](https://img.shields.io/static/v1?label=code%20style&message=black&color=black&style=flat-square )](https://github.com/psf/black)
<!-- [![Tested on Python 3.8](https://img.shields.io/badge/Tested%20 - Python%203.8 - blue.svg?logo=python&style=flat - square)](https://www.python.org/downloads) -->
2019-10-22 20:07:50 +00:00
2016-07-29 20:04:01 +00:00
### All algorithms implemented in Python (for education)
2016-07-29 18:47:32 +00:00
2020-10-12 08:40:42 +00:00
These implementations are for learning purposes only. Therefore they may be less efficient than the implementations in the Python standard library.
2016-07-29 18:47:32 +00:00
2019-05-26 11:41:41 +00:00
## Contribution Guidelines
2016-07-29 18:47:32 +00:00
2019-06-02 04:14:18 +00:00
Read our [Contribution Guidelines ](CONTRIBUTING.md ) before you contribute.
2016-07-29 18:47:32 +00:00
2019-05-26 11:41:41 +00:00
## Community Channel
2016-07-29 18:47:32 +00:00
2020-05-03 21:58:44 +00:00
We're on [Gitter ](https://gitter.im/TheAlgorithms )! Please join us.
2019-07-06 05:41:20 +00:00
2019-10-22 20:07:50 +00:00
## List of Algorithms
2019-07-06 05:41:20 +00:00
2019-07-08 15:27:51 +00:00
See our [directory ](DIRECTORY.md ).