mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-04 16:57:32 +08:00
Readability of CONTRIBUTING.md (#1422)
* Readability of guidelines * Update README.md
This commit is contained in:
12
README.md
12
README.md
@ -1,4 +1,5 @@
|
||||
# The Algorithms - Python
|
||||
|
||||
[](https://www.paypal.me/TheAlgorithms/100)
|
||||
[](https://travis-ci.com/TheAlgorithms/Python)
|
||||
[](https://lgtm.com/projects/g/TheAlgorithms/Python/alerts)
|
||||
@ -6,6 +7,7 @@
|
||||
[](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md)
|
||||

|
||||
<!--[]( https://www.python.org/downloads) -->
|
||||
|
||||
### All algorithms implemented in Python (for education)
|
||||
|
||||
These implementations are for learning purposes. They may be less efficient than the implementations in the Python standard library.
|
||||
@ -14,12 +16,16 @@ These implementations are for learning purposes. They may be less efficient than
|
||||
|
||||
Read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute.
|
||||
|
||||
[](https://gitpod.io/#https://github.com/TheAlgorithms/Python)
|
||||
|
||||
## Community Channel
|
||||
|
||||
We're on [Gitter](https://gitter.im/TheAlgorithms)! Please join us.
|
||||
|
||||
## Algorithms
|
||||
## List of Algorithms
|
||||
|
||||
See our [directory](DIRECTORY.md).
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[](https://gitpod.io/#https://github.com/TheAlgorithms/Python)
|
||||
|
Reference in New Issue
Block a user