1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# The Algorithms - Python <!-- [](https://travis-ci.org/TheAlgorithms/Python) -->
2
-
3
- [ ![ Donate] ( https://img.shields.io/badge/Donate-PayPal-green.svg )] ( https://www.paypal.me/TheAlgorithms/100 )   ;
4
- [ ![ Gitter chat] ( https://badges.gitter.im/gitterHQ/gitter.png )] ( https://gitter.im/TheAlgorithms )   ;
5
- [ ![ Open in Gitpod] ( https://gitpod.io/button/open-in-gitpod.svg )] ( https://gitpod.io/#https://github.com/TheAlgorithms/Python )
6
-
2
+ [ ![ Donate] ( https://img.shields.io/badge/Donate-PayPal-green.svg?logo=paypal&style=flat-square )] ( https://www.paypal.me/TheAlgorithms/100 )   ;
3
+ [ ![ Build Status] ( https://img.shields.io/travis/TheAlgorithms/Python.svg?label=Travis%20CI&logo=travis&style=flat-square )] ( https://travis-ci.org/TheAlgorithms/Python )   ;
4
+ [ ![ LGTM] ( https://img.shields.io/lgtm/alerts/github/TheAlgorithms/Python.svg?label=LGTM&logo=LGTM&style=flat-square )] ( https://lgtm.com/projects/g/TheAlgorithms/Python/alerts )   ;
5
+ [ ![ Gitter chat] ( https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square )] ( https://gitter.im/TheAlgorithms )   ;
6
+ [ ![ contributions welcome] ( https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square )] ( https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md )   ;
7
+ ![ ] ( https://img.shields.io/github/repo-size/TheAlgorithms/Python.svg?label=Repo%20size&style=flat-square )   ;
8
+ <!-- []( https://www.python.org/downloads) -->
7
9
### All algorithms implemented in Python (for education)
8
10
9
11
These implementations are for learning purposes. They may be less efficient than the implementations in the Python standard library.
@@ -24,6 +26,8 @@ Chetan Kaushik
24
26
25
27
Read our [ Contribution Guidelines] ( CONTRIBUTING.md ) before you contribute.
26
28
29
+ [ ![ Open in Gitpod] ( https://gitpod.io/button/open-in-gitpod.svg?style=flat-square )] ( https://gitpod.io/#https://github.com/TheAlgorithms/Python )
30
+
27
31
## Community Channel
28
32
29
33
We're on [ Gitter] ( https://gitter.im/TheAlgorithms ) ! Please join us.
0 commit comments