mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-27 15:01:08 +00:00
Added gitpod info (#848)
This commit is contained in:
parent
9037abae11
commit
aeab9f1068
|
@ -1,5 +1,5 @@
|
|||
# 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)
|
||||
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/TheAlgorithms/100)
|
||||
[![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/TheAlgorithms)
|
||||
|
||||
|
||||
|
@ -7,6 +7,10 @@
|
|||
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user