Skip to content

Commit 592b39f

Browse files
authored
Update binary_search.md
1 parent 51ed106 commit 592b39f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

strings_arrays/binary_search.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,5 @@ Binary search completes in **O(log N)** time because each iteration decreases th
6666

6767
## Video walkthrough
6868
* [HackerRank binary search video](https://www.youtube.com/watch?v=P3YID7liBug)
69-
* [Search a 2D matrix](https://www.youtube.com/playlist?list=PL7zKQzeqjecINi-_8CmiFLMLCCxjIHBPj)
69+
* [Question walkthrough: Search a 2D matrix](https://www.youtube.com/playlist?list=PL7zKQzeqjecINi-_8CmiFLMLCCxjIHBPj)
70+
* [Question walkthrough: Ice Cream Parlor](https://youtu.be/Ifwf3DBN1sc)

0 commit comments

Comments
 (0)