Skip to content

Commit 3a984b6

Browse files
committedApr 26, 2018
Update README.md
1 parent 657f8cb commit 3a984b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* Suffix Tree
2020
* Segment Tree or Interval Tree
2121
* Binary Indexed Tree or Fenwick Tree
22-
9. [Graph](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/graph)
22+
9. [Graph](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/graph) (both directed and undirected)
2323

2424
## Algorithms
2525

0 commit comments

Comments
 (0)
Please sign in to comment.