Update README.md

This commit is contained in:
Oleksii Trekhleb 2018-04-26 17:32:48 +03:00
parent 657f8cb3c9
commit 3a984b6d4e

View File

@ -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