Skip to content

Commit

Permalink
Make the README clearer (TheAlgorithms#1761)
Browse files Browse the repository at this point in the history
Co-authored-by: Burk Hufnagel <[email protected]>
Co-authored-by: Andrii Siriak <[email protected]>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
  • Loading branch information
4 people authored Sep 26, 2021
1 parent 48854f4 commit 3559002
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
[![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)

### All algorithms are implemented in Java (for educational purposes)

These implementations are for learning purposes. The implementations may be less efficient than the Java standard library.
These implementations are intended for learning purposes. As such, they may be less efficient than the Java standard library.

## Contribution Guidelines

Read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute.
Please read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute to this project.

## Community Channel

We're on [Gitter](https://gitter.im/TheAlgorithms)! Please join us.
We're on [Gitter](https://gitter.im/TheAlgorithms)! Come join us.

## Algorithms

See our [directory](DIRECTORY.md).
Our [directory](DIRECTORY.md) has the full list of applications.

0 comments on commit 3559002

Please sign in to comment.