mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-04 16:57:32 +08:00
refined readme.md (#7081)
* refined readme.md added some refinements to readme.md * Update README.md Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
@ -34,7 +34,7 @@
|
||||
<h3>All algorithms implemented in Python - for education</h3>
|
||||
</div>
|
||||
|
||||
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.
|
||||
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
|
||||
|
||||
@ -42,8 +42,8 @@ Read through our [Contribution Guidelines](CONTRIBUTING.md) before you contribut
|
||||
|
||||
## Community Channels
|
||||
|
||||
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!
|
||||
We are on [Discord](https://discord.gg/c7MnfGFGa6) and [Gitter](https://gitter.im/TheAlgorithms)! Community channels are a great way for you to ask questions and get help. Please join us!
|
||||
|
||||
## List of Algorithms
|
||||
|
||||
See our [directory](DIRECTORY.md) for easier navigation and better overview of the project.
|
||||
See our [directory](DIRECTORY.md) for easier navigation and a better overview of the project.
|
||||
|
Reference in New Issue
Block a user