|
4 | 4 | <img src="https://raw.githubusercontent.com/TheAlgorithms/website/1cd824df116b27029f17c2d1b42d81731f28a920/public/logo.svg" height="100"> |
5 | 5 | </a> |
6 | 6 | <h1><a href="https://github.com/TheAlgorithms/">The Algorithms</a> - Python</h1> |
7 | | - |
8 | 7 | <!-- Labels: --> |
9 | 8 | <!-- First row: --> |
10 | 9 | <a href="https://gitpod.io/#https://github.com/TheAlgorithms/Python"> |
|
20 | 19 | <a href="https://gitter.im/TheAlgorithms/community"> |
21 | 20 | <img src="https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square" height="20" alt="Gitter chat"> |
22 | 21 | </a> |
23 | | - |
24 | 22 | <!-- Second row: --> |
25 | 23 | <br> |
26 | 24 | <a href="https://github.com/TheAlgorithms/Python/actions"> |
|
30 | 28 | <img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" height="20" alt="pre-commit"> |
31 | 29 | </a> |
32 | 30 | <a href="https://docs.astral.sh/ruff/formatter/"> |
33 | | - <img src="https://img.shields.io/static/v1?label=code%20style&message=ruff&color=black&style=flat-square" height="20" alt="code style: black"> |
| 31 | + <img src="https://img.shields.io/static/v1?label=code%20style&message=ruff&color=black&style=flat-square" height="20" alt="code style: ruff"> |
34 | 32 | </a> |
35 | | - |
36 | 33 | <!-- Short description: --> |
37 | | - <h3>All algorithms implemented in Python - for education π</h3> |
| 34 | + <h3>All algorithms implemented in Python β for education π</h3> |
38 | 35 | </div> |
39 | 36 |
|
40 | | -Implementations are for learning purposes only. They may be less efficient than the implementations in the Python standard library. Use them at your discretion. |
| 37 | +These implementations are for learning purposes only. They may be less efficient than the implementations in the Python standard library. Use them at your own discretion. |
41 | 38 |
|
42 | 39 | ## π Getting Started |
43 | 40 |
|
44 | | -π Read through our [Contribution Guidelines](CONTRIBUTING.md) before you contribute. |
| 41 | +π Please read our [Contribution Guidelines](CONTRIBUTING.md) before contributing. |
45 | 42 |
|
46 | 43 | ## π Community Channels |
47 | 44 |
|
48 | | -We are on [Discord](https://the-algorithms.com/discord) and [Gitter](https://gitter.im/TheAlgorithms/community)! Community channels are a great way for you to ask questions and get help. Please join us! |
| 45 | +We're on [Discord](https://the-algorithms.com/discord) and [Gitter](https://gitter.im/TheAlgorithms/community)! Community channels are a great place to ask questions and get help. Please join us! |
49 | 46 |
|
50 | 47 | ## π List of Algorithms |
51 | 48 |
|
|
0 commit comments