Skip to content

Commit 802554f

Browse files
committed
Update README.
1 parent 7e30961 commit 802554f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
[![Build Status](https://travis-ci.org/trekhleb/javascript-algorithms.svg?branch=master)](https://travis-ci.org/trekhleb/javascript-algorithms)
44
[![codecov](https://codecov.io/gh/trekhleb/javascript-algorithms/branch/master/graph/badge.svg)](https://codecov.io/gh/trekhleb/javascript-algorithms)
55

6+
This repository contains JavaScript based examples of many
7+
popular algorithms and data structures.
8+
9+
Each algorithm and data structure have its own separate READMEs
10+
with related explanations and link for further reading and YouTube
11+
videos.
12+
613
## Data Structures
714

815
* [Linked List](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/linked-list)

0 commit comments

Comments
 (0)