From 3a984b6d4e0cc3684dc7b5c164aa63ee13e2ad3a Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Thu, 26 Apr 2018 17:32:48 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1690334c..c90156ae 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ * Suffix Tree * Segment Tree or Interval Tree * Binary Indexed Tree or Fenwick Tree -9. [Graph](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/graph) +9. [Graph](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/graph) (both directed and undirected) ## Algorithms