Skip to content

Commit 372f93f

Browse files
committed
Update image path
1 parent e8d3f21 commit 372f93f

File tree

2 files changed

+1
-127
lines changed

2 files changed

+1
-127
lines changed

src/main/java/algorithms/binarySearch/READMElegacy.md

Lines changed: 0 additions & 126 deletions
This file was deleted.

src/main/java/algorithms/binarySearch/binarySearchTemplated/binarySearchTemplatedExamples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ right of those that fail! Since "all the versions after a bad version are also b
7272

7373
Since we want to return the first bad version, we will return low.
7474

75-
![first bad version img](../../../../../../docs/assets/images/firstBadVersion.jpeg)
75+
![first bad version img](../../../../../../../docs/assets/images/firstBadVersion.jpeg)
7676

7777
<b> Full Solution: </b>
7878

0 commit comments

Comments
 (0)