From 55234b38b7c249ee349906cb7b734e4040d6758f Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Thu, 26 Apr 2018 07:27:44 +0300 Subject: [PATCH] Update README. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5b1c0787..0c01595e 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,7 @@ [![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) -## Code Examples - -### Data Structures +## Data Structures 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) @@ -25,7 +23,7 @@ * Binary Indexed Tree or Fenwick Tree 9. [Graph](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/graph) -### Algorithms +## Algorithms * **Math** * [Factorial](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/math/factorial)