diff --git a/README.md b/README.md index 3f7b1983..2f05a6e1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ 5. [Heap](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/heap) 5. [Trie](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/trie) 6. Tree - 1. [Binary Search Tree](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree/binary-search-tree) + * [Binary Search Tree](https://github.com/trekhleb/javascript-algorithms/tree/master/src/data-structures/tree/binary-search-tree) ## [Algorithms](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms)