README.md 1.5 KB
Newer Older
1
# The Algorithms - Java
ishellhub's avatar
ishellhub 已提交
2
[![Build Status](https://img.shields.io/travis/TheAlgorithms/Java.svg?label=Travis%20CI&logo=travis&style=flat-square)](https://travis-ci.com/TheAlgorithms/Java) 
A
Anup Kumar Panwar 已提交
3
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/TheAlgorithms/100)
Stepfen Shawn's avatar
Stepfen Shawn 已提交
4
[![Gitter chat](https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square)](https://gitter.im/TheAlgorithms) 
A
Anup Kumar Panwar 已提交
5

B
BryanChan777 已提交
6
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.
V
Varun Upadhyay 已提交
7

B
BryanChan777 已提交
8
You can run and edit the algorithms or contribute to them using Gitpod.io, a free online development environment, with a single click.
9 10 11

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/TheAlgorithms/Java)

A
arrnavvv 已提交
12
### All algorithms are implemented in Java (for educational purposes)
Y
yanglbme 已提交
13

B
BryanChan777 已提交
14
These implementations are for learning purposes. The implementations may be less efficient than the Java standard library.
已提交
15

A
Anup Kumar Panwar 已提交
16
## Contribution Guidelines
Y
yanglbme 已提交
17

A
Anup Kumar Panwar 已提交
18
Read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute.
已提交
19

A
Anup Kumar Panwar 已提交
20
## Community Channel
Y
yanglbme 已提交
21

A
Anup Kumar Panwar 已提交
22
We're on [Gitter](https://gitter.im/TheAlgorithms)! Please join us.
已提交
23

A
Anup Kumar Panwar 已提交
24
## Algorithms
Y
yanglbme 已提交
25

A
Anup Kumar Panwar 已提交
26
See our [directory](DIRECTORY.md).