From 802554f203499ef56555f45d72d12eda78f2fd9b Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Thu, 17 May 2018 22:10:39 +0300 Subject: [PATCH] Update README. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index baece8a2..05748236 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,13 @@ [![Build Status](https://travis-ci.org/trekhleb/javascript-algorithms.svg?branch=master)](https://travis-ci.org/trekhleb/javascript-algorithms) [![codecov](https://codecov.io/gh/trekhleb/javascript-algorithms/branch/master/graph/badge.svg)](https://codecov.io/gh/trekhleb/javascript-algorithms) +This repository contains JavaScript based examples of many +popular algorithms and data structures. + +Each algorithm and data structure have its own separate READMEs +with related explanations and link for further reading and YouTube +videos. + ## Data Structures * [Linked List](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/linked-list)