JavaAlgorithms/README.md

26 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

# The Algorithms - Java
2021-09-26 17:06:24 +08:00
2021-09-26 17:05:56 +08:00
[![Build](https://github.com/TheAlgorithms/Java/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/TheAlgorithms/Java/actions/workflows/build.yml)
2021-09-26 16:47:22 +08:00
[![Discord chat](https://img.shields.io/discord/808045925556682782.svg?logo=discord&colorB=7289DA&style=flat-square)](https://discord.gg/c7MnfGFGa6)
2021-09-26 17:11:56 +08:00
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/TheAlgorithms/Java)
2019-05-04 18:27:37 +08:00
2019-11-24 06:44:55 +08:00
You can run and edit the algorithms or contribute to them using Gitpod.io, a free online development environment, with a single click.
2019-08-21 12:55:31 +08:00
[![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)
2020-10-23 14:07:43 +08:00
2019-11-24 06:44:55 +08:00
These implementations are for learning purposes. The implementations may be less efficient than the Java standard library.
2019-10-07 17:48:30 +08:00
## Contribution Guidelines
2020-10-23 14:07:43 +08:00
2019-10-07 17:48:30 +08:00
Read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute.
2019-10-07 17:48:30 +08:00
## Community Channel
2020-10-23 14:07:43 +08:00
2019-10-07 17:48:30 +08:00
We're on [Gitter](https://gitter.im/TheAlgorithms)! Please join us.
2019-10-07 17:48:30 +08:00
## Algorithms
2020-10-23 14:07:43 +08:00
2019-10-07 17:48:30 +08:00
See our [directory](DIRECTORY.md).