diff --git a/src/algorithms/search/binary-search/README.md b/src/algorithms/search/binary-search/README.md index 2259b944..a0c2621d 100644 --- a/src/algorithms/search/binary-search/README.md +++ b/src/algorithms/search/binary-search/README.md @@ -21,3 +21,4 @@ next iteration. - [Wikipedia](https://en.wikipedia.org/wiki/Binary_search_algorithm) - [YouTube](https://www.youtube.com/watch?v=P3YID7liBug&index=29&list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8) +- [YouTube - JavaScript](https://youtu.be/7lGiPItOVCM)