Skip to content

Commit

Permalink
Added gitpod info (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenefftinge authored and poyea committed May 31, 2019
1 parent 9037aba commit aeab9f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# The Algorithms - Python <!-- [![Build Status](https://travis-ci.org/TheAlgorithms/Python.svg)](https://travis-ci.org/TheAlgorithms/Python) -->
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/TheAlgorithms/100) &nbsp;
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/TheAlgorithms/100) &nbsp;
[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/TheAlgorithms)


### All algorithms implemented in Python (for education)

These implementations are for learning purposes. They may be efficient than the implementations in the Python standard library.

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/Python)

## Contribution Guidelines

* File name should be in camel case.
Expand Down

0 comments on commit aeab9f1

Please sign in to comment.