mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +08:00
This commit implements a fully-automated development setup using Gitpod.io, an online IDE for GitLab, GitHub, and Bitbucket that enables Dev-Environments-As-Code. This makes it easy for anyone to get a ready-to-code workspace for any branch, issue or pull request almost instantly with a single click.
29 lines
1.6 KiB
Markdown
29 lines
1.6 KiB
Markdown
[](https://gitpod.io/#https://github.com/TheAlgorithms/Java)
|
|
|
|
# The Algorithms - Java
|
|
[](https://travis-ci.com/TheAlgorithms/Java)
|
|
[](https://www.paypal.me/TheAlgorithms/100)
|
|
[](https://gitter.im/TheAlgorithms)
|
|
|
|
NOTE: A [Development](https://github.com/TheAlgorithms/Java/tree/Development) branch is made for this repo where we're trying to migrate the existing project to a Java project structure. You can switch to [Development](https://github.com/TheAlgorithms/Java/tree/Development) branch for contributions. Please refer [this issue](https://github.com/TheAlgorithms/Java/issues/474) for more info.
|
|
|
|
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 for learning purposes. The implementations may be less efficient than the Java standard library.
|
|
|
|
## Contribution Guidelines
|
|
|
|
Read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute.
|
|
|
|
## Community Channel
|
|
|
|
We're on [Gitter](https://gitter.im/TheAlgorithms)! Please join us.
|
|
|
|
## Algorithms
|
|
|
|
See our [directory](DIRECTORY.md).
|