From ff2df770b8e2dea21fba92f3b2c3f82e74114d01 Mon Sep 17 00:00:00 2001 From: Oleksii Trekhleb Date: Tue, 3 Apr 2018 07:21:20 +0300 Subject: [PATCH] Add binary search tree. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7c4c45e5..2e42c91e 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ * [Cartesian Product](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/math/cartesian-product) * [Power Set](https://github.com/trekhleb/javascript-algorithms/tree/master/src/algorithms/math/power-set) +## Useful Links + +- [Data Structures and Algorithms on YouTube](https://www.youtube.com/playlist?list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8) + ## Running Tests **Run all tests** @@ -31,8 +35,3 @@ npm test ``` npm test -- -t 'LinkedList' ``` - -## Useful Links - -- [Data Structures and Algorithms on YouTube](https://www.youtube.com/playlist?list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8) -