|
1 |
| -# The Algorithms - Python |
2 |
| -[](https://gitpod.io/#https://github.com/TheAlgorithms/Python) |
3 |
| -[](https://discord.gg/c7MnfGFGa6) |
4 |
| -[](https://gitter.im/TheAlgorithms) |
5 |
| -[](https://github.com/TheAlgorithms/Python/actions) |
6 |
| -[](https://lgtm.com/projects/g/TheAlgorithms/Python/alerts) |
7 |
| -[](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md) |
8 |
| -[](https://www.paypal.me/TheAlgorithms/100) |
9 |
| - |
10 |
| -[](https://github.com/pre-commit/pre-commit) |
11 |
| -[](https://github.com/psf/black) |
12 |
| -<!--[](https://www.python.org/downloads) --> |
13 |
| - |
14 |
| -### All algorithms implemented in Python (for education) |
15 |
| - |
16 |
| -These implementations are for learning purposes only. Therefore they may be less efficient than the implementations in the Python standard library. |
17 |
| - |
18 |
| -## Contribution Guidelines |
19 |
| - |
20 |
| -Read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute. |
21 |
| - |
22 |
| -## Community Channel |
23 |
| - |
24 |
| -We're on [Gitter](https://gitter.im/TheAlgorithms)! Please join us. |
| 1 | +<div align="center"> |
| 2 | +<!-- Title: --> |
| 3 | + <a href="https://github.com/TheAlgorithms/"> |
| 4 | + <img src="https://raw.githubusercontent.com/TheAlgorithms/website/1cd824df116b27029f17c2d1b42d81731f28a920/public/logo.svg" height="100"> |
| 5 | + </a> |
| 6 | + <h1><a href="https://github.com/TheAlgorithms/">The Algorithms</a> - Python</h1> |
| 7 | +<!-- Labels: --> |
| 8 | + <!-- First row: --> |
| 9 | + <a href="https://gitpod.io/#https://github.com/TheAlgorithms/Python"> |
| 10 | + <img src="https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod&style=flat-square" height="20" alt="Gitpod Ready-to-Code"> |
| 11 | + </a> |
| 12 | + <a href="https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md"> |
| 13 | + <img src="https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square" height="20" alt="Contributions Welcome"> |
| 14 | + </a> |
| 15 | + <a href="https://www.paypal.me/TheAlgorithms/100"> |
| 16 | + <img src="https://img.shields.io/badge/Donate-PayPal-green.svg?logo=paypal&style=flat-square" height="20" alt="Donate"> |
| 17 | + </a> |
| 18 | + <img src="https://img.shields.io/github/repo-size/TheAlgorithms/Python.svg?label=Repo%20size&style=flat-square" height="20"> |
| 19 | + <a href="https://discord.gg/c7MnfGFGa6"> |
| 20 | + <img src="https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square" height="20" alt="Discord chat"> |
| 21 | + </a> |
| 22 | + <a href="https://gitter.im/TheAlgorithms"> |
| 23 | + <img src="https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square" height="20" alt="Gitter chat"> |
| 24 | + </a> |
| 25 | + <!-- Second row: --> |
| 26 | + <br> |
| 27 | + <a href="https://github.com/TheAlgorithms/Python/actions"> |
| 28 | + <img src="https://img.shields.io/github/workflow/status/TheAlgorithms/Python/build?label=CI&logo=github&style=flat-square" height="20" alt="GitHub Workflow Status"> |
| 29 | + </a> |
| 30 | + <a href="https://lgtm.com/projects/g/TheAlgorithms/Python/alerts"> |
| 31 | + <img src="https://img.shields.io/lgtm/alerts/github/TheAlgorithms/Python.svg?label=LGTM&logo=LGTM&style=flat-square" height="20" alt="LGTM"> |
| 32 | + </a> |
| 33 | + <a href="https://github.com/pre-commit/pre-commit"> |
| 34 | + <img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" height="20" alt="pre-commit"> |
| 35 | + </a> |
| 36 | + <a href="https://github.com/psf/black"> |
| 37 | + <img src="https://img.shields.io/static/v1?label=code%20style&message=black&color=black&style=flat-square" height="20" alt="code style: black"> |
| 38 | + </a> |
| 39 | +<!-- Short description: --> |
| 40 | + <h3>All algorithms implemented in Python - for education</h3> |
| 41 | +</div> |
| 42 | + |
| 43 | +Implementations are for learning purposes only. As they may be less efficient than the implementations in the Python standard library, use them at your discretion. |
| 44 | + |
| 45 | +## Getting Started |
| 46 | + |
| 47 | +Read through our [Contribution Guidelines](CONTRIBUTING.md) before you contribute. |
| 48 | + |
| 49 | +## Community Channels |
| 50 | + |
| 51 | +We're on [Discord](https://discord.gg/c7MnfGFGa6) and [Gitter](https://gitter.im/TheAlgorithms)! Community channels are great for you to ask questions and get help. Please join us! |
25 | 52 |
|
26 | 53 | ## List of Algorithms
|
27 | 54 |
|
28 |
| -See our [directory](DIRECTORY.md). |
| 55 | +See our [directory](DIRECTORY.md) for easier navigation and better overview of the project. |
0 commit comments