mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 13:31:07 +00:00
c2552cdfcd
* Create CONTRIBUTING.md * Create a tailor-made contribution guide Closes #802 * Update README.md * Rename License to LICENSE.md
18 lines
875 B
Markdown
18 lines
875 B
Markdown
# The Algorithms - Python <!-- [![Build Status](https://travis-ci.org/TheAlgorithms/Python.svg)](https://travis-ci.org/TheAlgorithms/Python) -->
|
|
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/TheAlgorithms/100)
|
|
[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/TheAlgorithms)
|
|
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/TheAlgorithms/Python)
|
|
|
|
### 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](CONTRIBUTING.md) before you contribute.
|
|
|
|
## Community Channel
|
|
|
|
We're on [Gitter](https://gitter.im/TheAlgorithms)! Please join us.
|