|
3 | 3 | [](https://travis-ci.org/trekhleb/javascript-algorithms)
|
4 | 4 | [](https://codecov.io/gh/trekhleb/javascript-algorithms)
|
5 | 5 |
|
| 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 | + |
6 | 13 | ##Data Structures
|
7 | 14 |
|
8 | 15 | *[Linked List](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/linked-list)
|
|