mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-31 06:33:44 +00:00
Update README.md
Add emojis for enhanced visual appeal and readability in README .
This commit is contained in:
parent
a19bede190
commit
554aa03b46
17
README.md
17
README.md
|
@ -3,7 +3,8 @@
|
||||||
<a href="https://github.com/TheAlgorithms/">
|
<a href="https://github.com/TheAlgorithms/">
|
||||||
<img src="https://raw.githubusercontent.com/TheAlgorithms/website/1cd824df116b27029f17c2d1b42d81731f28a920/public/logo.svg" height="100">
|
<img src="https://raw.githubusercontent.com/TheAlgorithms/website/1cd824df116b27029f17c2d1b42d81731f28a920/public/logo.svg" height="100">
|
||||||
</a>
|
</a>
|
||||||
<h1><a href="https://github.com/TheAlgorithms/">The Algorithms</a> - Python</h1>
|
<h1>✨ <a href="https://github.com/TheAlgorithms/">The Algorithms</a> - Python ✨</h1>
|
||||||
|
|
||||||
<!-- Labels: -->
|
<!-- Labels: -->
|
||||||
<!-- First row: -->
|
<!-- First row: -->
|
||||||
<a href="https://gitpod.io/#https://github.com/TheAlgorithms/Python">
|
<a href="https://gitpod.io/#https://github.com/TheAlgorithms/Python">
|
||||||
|
@ -19,6 +20,7 @@
|
||||||
<a href="https://gitter.im/TheAlgorithms/community">
|
<a href="https://gitter.im/TheAlgorithms/community">
|
||||||
<img src="https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square" height="20" alt="Gitter chat">
|
<img src="https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square" height="20" alt="Gitter chat">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<!-- Second row: -->
|
<!-- Second row: -->
|
||||||
<br>
|
<br>
|
||||||
<a href="https://github.com/TheAlgorithms/Python/actions">
|
<a href="https://github.com/TheAlgorithms/Python/actions">
|
||||||
|
@ -30,20 +32,21 @@
|
||||||
<a href="https://github.com/psf/black">
|
<a href="https://github.com/psf/black">
|
||||||
<img src="https://img.shields.io/static/v1?label=code%20style&message=black&color=black&style=flat-square" height="20" alt="code style: black">
|
<img src="https://img.shields.io/static/v1?label=code%20style&message=black&color=black&style=flat-square" height="20" alt="code style: black">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<!-- Short description: -->
|
<!-- Short description: -->
|
||||||
<h3>All algorithms implemented in Python - for education</h3>
|
<h3>📚 All algorithms implemented in Python - for education 📚</h3>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
Implementations are for learning purposes only. They may be less efficient than the implementations in the Python standard library. Use them at your discretion.
|
💡 Implementations are for learning purposes only. They may be less efficient than the implementations in the Python standard library. Use them at your discretion.
|
||||||
|
|
||||||
## Getting Started
|
## 🚀 Getting Started
|
||||||
|
|
||||||
Read through our [Contribution Guidelines](CONTRIBUTING.md) before you contribute.
|
📋 Read through our [Contribution Guidelines](CONTRIBUTING.md) before you contribute.
|
||||||
|
|
||||||
## Community Channels
|
## 🌐 Community Channels
|
||||||
|
|
||||||
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!
|
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!
|
||||||
|
|
||||||
## List of Algorithms
|
## 📜 List of Algorithms
|
||||||
|
|
||||||
See our [directory](DIRECTORY.md) for easier navigation and a better overview of the project.
|
See our [directory](DIRECTORY.md) for easier navigation and a better overview of the project.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user