From f3935bfb48dc9d71a25e5f2d6fc8eabf3a5d3f6d Mon Sep 17 00:00:00 2001 From: Muskan Kumar <31043527+muskanvk@users.noreply.github.com> Date: Tue, 1 Sep 2020 00:27:37 +0530 Subject: [PATCH 1/6] Update CONTRIBUTING.md fixed dead link to the license --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 63f60c51f8e6..5b99a393509b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ We are very happy that you consider implementing algorithms and data structure f - You did your work - no plagiarism allowed - Any plagiarized work will not be merged. -- Your work will be distributed under [MIT License](License) once your pull request is merged +- Your work will be distributed under [MIT License](https://github.com/TheAlgorithms/Python/blob/master/LICENSE.md) once your pull request is merged - You submitted work fulfils or mostly fulfils our styles and standards **New implementation** is welcome! For example, new solutions for a problem, different representations for a graph data structure or algorithm designs with different complexity. From 0280fe38c5841012bcc3cf07a7df039412e64d66 Mon Sep 17 00:00:00 2001 From: Muskan Kumar <31043527+muskanvk@users.noreply.github.com> Date: Tue, 1 Sep 2020 00:34:35 +0530 Subject: [PATCH 2/6] Update README.md Added License --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 106f5907eebf..ef4928751cfb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # The Algorithms - Python -[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/TheAlgorithms/Python) +[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/TheAlgorithms/Python) +[![](https://img.shields.io/github/license/sourcerer-io/hall-of-fame.svg?colorB=ff0000)] [![Gitter chat](https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square)](https://gitter.im/TheAlgorithms)  [![Build Status](https://img.shields.io/travis/TheAlgorithms/Python.svg?label=Travis%20CI&logo=travis&style=flat-square)](https://travis-ci.com/TheAlgorithms/Python)  [![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)  From 2d6e1113eb62230fcb7e1e6e37a383523fbd63a9 Mon Sep 17 00:00:00 2001 From: Muskan Kumar <31043527+muskanvk@users.noreply.github.com> Date: Tue, 1 Sep 2020 00:35:03 +0530 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef4928751cfb..2d6fb17fa884 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # The Algorithms - Python [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/TheAlgorithms/Python) -[![](https://img.shields.io/github/license/sourcerer-io/hall-of-fame.svg?colorB=ff0000)] +![](https://img.shields.io/github/license/sourcerer-io/hall-of-fame.svg?colorB=ff0000) [![Gitter chat](https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square)](https://gitter.im/TheAlgorithms)  [![Build Status](https://img.shields.io/travis/TheAlgorithms/Python.svg?label=Travis%20CI&logo=travis&style=flat-square)](https://travis-ci.com/TheAlgorithms/Python)  [![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)  From a756c42f2a35eceb78eb358fdbe122afa170fd94 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 31 Aug 2020 21:33:33 +0200 Subject: [PATCH 4/6] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2d6fb17fa884..fef433dba63b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # The Algorithms - Python [![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/TheAlgorithms/Python) -![](https://img.shields.io/github/license/sourcerer-io/hall-of-fame.svg?colorB=ff0000) [![Gitter chat](https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square)](https://gitter.im/TheAlgorithms)  [![Build Status](https://img.shields.io/travis/TheAlgorithms/Python.svg?label=Travis%20CI&logo=travis&style=flat-square)](https://travis-ci.com/TheAlgorithms/Python)  [![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)  From 5ed2151e0d52675bb0bb321e60d4ca49e2500513 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 31 Aug 2020 21:33:50 +0200 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fef433dba63b..106f5907eebf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # The Algorithms - Python -[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/TheAlgorithms/Python) +[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/TheAlgorithms/Python) [![Gitter chat](https://img.shields.io/badge/Chat-Gitter-ff69b4.svg?label=Chat&logo=gitter&style=flat-square)](https://gitter.im/TheAlgorithms)  [![Build Status](https://img.shields.io/travis/TheAlgorithms/Python.svg?label=Travis%20CI&logo=travis&style=flat-square)](https://travis-ci.com/TheAlgorithms/Python)  [![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)  From cffecef070bf23331e5d16b3505e0172de01f1fd Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 31 Aug 2020 21:34:15 +0200 Subject: [PATCH 6/6] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5b99a393509b..f8469d97ddb4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,7 @@ We are very happy that you consider implementing algorithms and data structure f - You did your work - no plagiarism allowed - Any plagiarized work will not be merged. -- Your work will be distributed under [MIT License](https://github.com/TheAlgorithms/Python/blob/master/LICENSE.md) once your pull request is merged +- Your work will be distributed under [MIT License](LICENSE.md) once your pull request is merged - You submitted work fulfils or mostly fulfils our styles and standards **New implementation** is welcome! For example, new solutions for a problem, different representations for a graph data structure or algorithm designs with different complexity.