Update README.

This commit is contained in:
Oleksii Trekhleb 2018-03-29 21:52:30 +03:00
parent fcf6eebebe
commit 1801b6f6d7

View File

@ -2,7 +2,7 @@
[![Build Status](https://travis-ci.org/trekhleb/javascript-algorithms.svg?branch=master)](https://travis-ci.org/trekhleb/javascript-algorithms) [![Build Status](https://travis-ci.org/trekhleb/javascript-algorithms.svg?branch=master)](https://travis-ci.org/trekhleb/javascript-algorithms)
## Data Structures ## [Data Structures](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures)
1. [Linked List](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/linked-list) 1. [Linked List](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/linked-list)
2. [Queue](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/queue) 2. [Queue](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/queue)