Skip to content

Commit d529ee1

Browse files
authored
Update README.md
1 parent 5c64e11 commit d529ee1

File tree

1 file changed

+2
-0
lines changed
  • Binary search/WoodCutting Made Easy!

1 file changed

+2
-0
lines changed

Binary search/WoodCutting Made Easy!/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Return a single integer denoting maximum integer height of the sawblade that sti
3535

3636

3737
Example Input
38+
```
3839
Input 1:
3940
4041
A = [20, 15, 10, 17]
@@ -72,3 +73,4 @@ Explanation 2:
7273
0 metres from fourth tree
7374
10 metres from fifth tree
7475
So in total you chopped 20 metres of wood.
76+
```

0 commit comments

Comments
 (0)