|
1 | 1 | <div align="center"> |
2 | 2 | <!-- Title: --> |
3 | 3 | <a href="https://github.com/TheAlgorithms/"> |
4 | | - <img src="https://raw.githubusercontent.com/TheAlgorithms/website/1cd824df116b27029f17c2d1b42d81731f28a920/public/logo.svg" height="100"> |
| 4 | + <img src="https://raw.githubusercontent.com/TheAlgorithms/website/1cd824df116b27029f17c2d1b42d81731f28a920/public/logo.svg" height="100" alt="The Algorithms Logo"> |
5 | 5 | </a> |
6 | 6 | <h1><a href="https://github.com/TheAlgorithms/">The Algorithms</a> - Python</h1> |
7 | 7 |
|
|
13 | 13 | <a href="https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md"> |
14 | 14 | <img src="https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square" height="20" alt="Contributions Welcome"> |
15 | 15 | </a> |
16 | | - <img src="https://img.shields.io/github/repo-size/TheAlgorithms/Python.svg?label=Repo%20size&style=flat-square" height="20"> |
| 16 | + <img src="https://img.shields.io/github/repo-size/TheAlgorithms/Python.svg?label=Repo%20size&style=flat-square" height="20" alt="Repository size"> |
17 | 17 | <a href="https://the-algorithms.com/discord"> |
18 | 18 | <img src="https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square" height="20" alt="Discord chat"> |
19 | 19 | </a> |
|
27 | 27 | <img src="https://img.shields.io/github/actions/workflow/status/TheAlgorithms/Python/build.yml?branch=master&label=CI&logo=github&style=flat-square" height="20" alt="GitHub Workflow Status"> |
28 | 28 | </a> |
29 | 29 | <a href="https://github.com/pre-commit/pre-commit"> |
30 | | - <img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" height="20" alt="pre-commit"> |
| 30 | + <img src="https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square" height="20" alt="pre-commit enabled"> |
31 | 31 | </a> |
32 | 32 | <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"> |
| 33 | + <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 | 34 | </a> |
35 | 35 |
|
36 | 36 | <!-- Short description: --> |
37 | | - <h3>All algorithms implemented in Python - for education ๐</h3> |
| 37 | + <h3>All algorithms implemented in Python โ for education ๐</h3> |
38 | 38 | </div> |
39 | 39 |
|
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. |
| 40 | +This repository contains educational implementations of common algorithms and data structures in **Python**. |
| 41 | + |
| 42 | +> These implementations are intended for learning. They may be less efficient than Pythonโs built-in modules or standard library solutions. Use them at your discretion. |
41 | 43 |
|
42 | 44 | ## ๐ Getting Started |
43 | 45 |
|
44 | | -๐ Read through our [Contribution Guidelines](CONTRIBUTING.md) before you contribute. |
| 46 | +Before contributing, please read our **[Contribution Guidelines](CONTRIBUTING.md)**. |
45 | 47 |
|
46 | 48 | ## ๐ Community Channels |
47 | 49 |
|
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! |
| 50 | +Join the community on: |
| 51 | +- **[Discord](https://the-algorithms.com/discord)** |
| 52 | +- **[Gitter](https://gitter.im/TheAlgorithms/community)** |
| 53 | + |
| 54 | +These channels are a great place to ask questions, get feedback, and collaborate with other contributors. |
49 | 55 |
|
50 | 56 | ## ๐ List of Algorithms |
51 | 57 |
|
52 | | -See our [directory](DIRECTORY.md) for easier navigation and a better overview of the project. |
| 58 | +For an overview of the repository structure, see **[DIRECTORY.md](DIRECTORY.md)**. |
0 commit comments