Make the README clearer (#1761)

Co-authored-by: Burk Hufnagel <304328+BurkHufnagel@example.com>
Co-authored-by: Andrii Siriak <siryaka@gmail.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
Burk Hufnagel
2021-09-26 02:32:11 -04:00
committed by GitHub
parent 48854f4cfb
commit 355900226a

View File

@ -6,22 +6,19 @@
[![Discord chat](https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square)](https://discord.gg/c7MnfGFGa6)&nbsp; [![Discord chat](https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square)](https://discord.gg/c7MnfGFGa6)&nbsp;
[![Gitter chat](https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square)](https://gitter.im/TheAlgorithms)&nbsp; [![Gitter chat](https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square)](https://gitter.im/TheAlgorithms)&nbsp;
You can run and edit the algorithms or contribute to them using Gitpod.io, a free online development environment, with a single click.
You can run and edit the algorithms, or contribute to them using Gitpod.io (a free online development environment) with a single click.
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/TheAlgorithms/Java) [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/TheAlgorithms/Java)
### All algorithms are implemented in Java (for educational purposes) ### All algorithms are implemented in Java (for educational purposes)
These implementations are intended for learning purposes. As such, they may be less efficient than the Java standard library.
These implementations are for learning purposes. The implementations may be less efficient than the Java standard library.
## Contribution Guidelines ## Contribution Guidelines
Please read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute to this project.
Read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute.
## Community Channel ## Community Channel
We're on [Gitter](https://gitter.im/TheAlgorithms)! Come join us.
We're on [Gitter](https://gitter.im/TheAlgorithms)! Please join us.
## Algorithms ## Algorithms
Our [directory](DIRECTORY.md) has the full list of applications.
See our [directory](DIRECTORY.md).