Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit fe1ae6f

Browse files
authored
Update 704 Binary Search.md
1 parent 402272e commit fe1ae6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

704 Binary Search.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ goal of the algorithm is to divide array in half, if our `target` is smaller tha
1616

1717
# Whiteboard
1818

19-
![target = 9](704%20Binary%20Search%20406000777e5f4354a1e4eb947aa1d4c1/Screen_Shot_2022-02-12_at_5.36.32_PM.png)
19+
![target = 9](images/704%20Binary%20Search%20406000777e5f4354a1e4eb947aa1d4c1/Screen_Shot_2022-02-12_at_5.36.32_PM.png)
2020

2121
target = 9
2222

23-
![target = 2 (not existing)](704%20Binary%20Search%20406000777e5f4354a1e4eb947aa1d4c1/Screen_Shot_2022-02-12_at_5.36.49_PM.png)
23+
![target = 2 (not existing)](images/704%20Binary%20Search%20406000777e5f4354a1e4eb947aa1d4c1/Screen_Shot_2022-02-12_at_5.36.49_PM.png)
2424

2525
target = 2 (not existing)
2626

@@ -61,4 +61,4 @@ class Solution:
6161

6262
return -1
6363

64-
```
64+
```

0 commit comments

Comments
 (0)