2019-10-17 17:02:40 +03:00
# The Algorithms - Python
2020-11-19 22:34:57 +05:30
[![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)
2021-04-25 23:31:34 -05:00
[![Discord chat ](https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square )](https://discord.gg/c7MnfGFGa6)
2020-02-10 22:26:59 +01: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 22:34:57 +05:30
[![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 17:34:22 +05: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 22:26:59 +01: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 17:34:22 +05:00
![](https://img.shields.io/github/repo-size/TheAlgorithms/Python.svg?label=Repo%20size&style=flat-square)
2020-11-19 22:34:57 +05:30
[![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-23 04:07:50 +08:00
2016-07-29 16:04:01 -04:00
### All algorithms implemented in Python (for education)
2016-07-29 14:47:32 -04:00
2020-10-12 14:10:42 +05:30
These implementations are for learning purposes only. Therefore they may be less efficient than the implementations in the Python standard library.
2016-07-29 14:47:32 -04:00
2019-05-26 17:11:41 +05:30
## Contribution Guidelines
2016-07-29 14:47:32 -04:00
2019-06-02 12:14:18 +08:00
Read our [Contribution Guidelines ](CONTRIBUTING.md ) before you contribute.
2016-07-29 14:47:32 -04:00
2019-05-26 17:11:41 +05:30
## Community Channel
2016-07-29 14:47:32 -04:00
2020-05-03 23:58:44 +02:00
We're on [Gitter ](https://gitter.im/TheAlgorithms )! Please join us.
2019-07-06 11:11:20 +05:30
2019-10-23 04:07:50 +08:00
## List of Algorithms
2019-07-06 11:11:20 +05:30
2019-07-08 17:27:51 +02:00
See our [directory ](DIRECTORY.md ).