From a146640591c87a314d4f8f7cc951bcacc2c0c4a7 Mon Sep 17 00:00:00 2001 From: vinayak Date: Sun, 20 Dec 2020 22:40:11 +0530 Subject: [PATCH] added gitpod --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d11a6504b..cbe77716d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ ![](https://img.shields.io/github/repo-size/TheAlgorithms/Javascript.svg?label=Repo%20size&style=flat-square)  ### All algorithms implemented in JavaScript (for educational purposes only) +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/TheAlgorithms/Javascript)  These are for demonstration purposes only. There are many implementations of sorts in the JavaScript standard library that are much better for performance reasons.