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