From 1c6f8b9375e87fd5aff4950379eadfdac0fd4750 Mon Sep 17 00:00:00 2001 From: vinayak Date: Sun, 3 May 2020 18:40:50 +0530 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 883988d71..8d8ee3fe5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,19 @@ # The Algorithms - Javascript + +[![contributions welcome](https://img.shields.io/static/v1.svg?label=Contributions&message=Welcome&color=0059b3&style=flat-square)](https://github.com/TheAlgorithms/Javascript/blob/master/CONTRIBUTING.md)  +![](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) These are for demonstration purposes only. There are many implementations of sorts in the Javascript standard library that are much better for performance reasons. +## List of Algorithms + +See our [directory](DIRECTORY.md). + + + ## Sort Algorithms