2018-08-01 14:55:26 +01:00
|
|
|
# The Algorithms - Java
|
2021-09-26 12:26:59 +03:00
|
|
|
|
|
|
|
|
[](https://github.com/TheAlgorithms/Java/actions/workflows/build.yml)
|
2024-04-08 20:08:35 +02:00
|
|
|
[](https://codecov.io/gh/TheAlgorithms/Java)
|
2021-09-26 12:26:59 +03:00
|
|
|
[](https://discord.gg/c7MnfGFGa6)
|
|
|
|
|
[](https://gitpod.io/#https://github.com/TheAlgorithms/Java)
|
2019-05-04 15:57:37 +05:30
|
|
|
|
2021-09-26 02:32:11 -04: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 04:55:31 +00:00
|
|
|
|
|
|
|
|
[](https://gitpod.io/#https://github.com/TheAlgorithms/Java)
|
|
|
|
|
|
2020-09-17 21:35:30 +05:30
|
|
|
### All algorithms are implemented in Java (for educational purposes)
|
2021-09-26 02:32:11 -04:00
|
|
|
These implementations are intended for learning purposes. As such, they may be less efficient than the Java standard library.
|
2016-10-08 15:20:45 -04:00
|
|
|
|
2019-10-07 15:18:30 +05:30
|
|
|
## Contribution Guidelines
|
2021-09-26 02:32:11 -04:00
|
|
|
Please read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute to this project.
|
2016-10-08 15:20:45 -04:00
|
|
|
|
2019-10-07 15:18:30 +05:30
|
|
|
## Algorithms
|
2021-09-26 02:32:11 -04:00
|
|
|
Our [directory](DIRECTORY.md) has the full list of applications.
|