Update README.md

Adding an example of a binary search in JavaScript video
This commit is contained in:
Leigh Halliday 2020-01-17 16:41:11 -05:00 committed by GitHub
parent ba2d8dc4a8
commit 61c13ac1bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,3 +21,4 @@ next iteration.
- [Wikipedia](https://en.wikipedia.org/wiki/Binary_search_algorithm) - [Wikipedia](https://en.wikipedia.org/wiki/Binary_search_algorithm)
- [YouTube](https://www.youtube.com/watch?v=P3YID7liBug&index=29&list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8) - [YouTube](https://www.youtube.com/watch?v=P3YID7liBug&index=29&list=PLLXdhg_r2hKA7DPDsunoDZ-Z769jWn4R8)
- [YouTube - JavaScript](https://youtu.be/7lGiPItOVCM)