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

Commit cb725b4

Browse files
authored
Update 704 Binary Search.md
1 parent 282c679 commit cb725b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

704 Binary Search.md

Lines changed: 2 additions & 2 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](images/704%20Binary%20Search%20406000777e5f4354a1e4eb947aa1d4c1/Screen_Shot_2022-02-12_at_5.36.32_PM.png)
19+
![target = 9](images/Screen_Shot_2022-02-12_at_5.36.32_PM.png)
2020

2121
target = 9
2222

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

2525
target = 2 (not existing)
2626

0 commit comments

Comments
 (0)