diff --git a/README.md b/README.md index 1e85ed0da..0298d4602 100644 --- a/README.md +++ b/README.md @@ -1,28 +1,55 @@ -# The Algorithms - Python -[](https://gitpod.io/#https://github.com/TheAlgorithms/Python) -[](https://discord.gg/c7MnfGFGa6) -[](https://gitter.im/TheAlgorithms) -[](https://github.com/TheAlgorithms/Python/actions) -[](https://lgtm.com/projects/g/TheAlgorithms/Python/alerts) -[](https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md) -[](https://www.paypal.me/TheAlgorithms/100) - -[](https://github.com/pre-commit/pre-commit) -[](https://github.com/psf/black) - +
-### All algorithms implemented in Python (for education) +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. -These implementations are for learning purposes only. Therefore they may be less efficient than the implementations in the Python standard library. +## Getting Started -## Contribution Guidelines +Read through our [Contribution Guidelines](CONTRIBUTING.md) before you contribute. -Read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute. +## Community Channels -## Community Channel - -We're on [Gitter](https://gitter.im/TheAlgorithms)! Please join us. +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! ## List of Algorithms -See our [directory](DIRECTORY.md). +See our [directory](DIRECTORY.md) for easier navigation and better overview of the project.