Added gitpod.io badge to the README

This commit is contained in:
nisarhassan12
2019-08-21 04:55:31 +00:00
parent d6fda6f0f6
commit 0ac88474f3

View File

@ -4,6 +4,11 @@
NOTE: A [Development](https://github.com/TheAlgorithms/Java/tree/Development) branch is made for this repo where we are 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.
Run, edit and contribute using Gitpod.io a free online dev environment.
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/TheAlgorithms/Java)
### All algorithms implemented in Java (for education)
These are for demonstration purposes only. There are many implementations of sorts in the Java standard library that are much better for performance reasons.