mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-05 00:14:33 +08:00
21 lines
1.3 KiB
Markdown
21 lines
1.3 KiB
Markdown
# The Algorithms - Java
|
|
|
|
[](https://github.com/TheAlgorithms/Java/actions/workflows/build.yml)
|
|
[](https://codecov.io/gh/TheAlgorithms/Java)
|
|
[](https://discord.gg/c7MnfGFGa6)
|
|
[](https://gitpod.io/#https://github.com/TheAlgorithms/Java)
|
|
|
|
|
|
You can run and edit the algorithms, or contribute to them using Gitpod.io (a free online development environment) with a single click.
|
|
|
|
[](https://gitpod.io/#https://github.com/TheAlgorithms/Java)
|
|
|
|
### 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.
|
|
|
|
## Contribution Guidelines
|
|
Please read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute to this project.
|
|
|
|
## Algorithms
|
|
Our [directory](DIRECTORY.md) has the full list of applications.
|