Skip to content

Commit deacc3c

Browse files
authored
Update problems/1011.capacity-to-ship-packages-within-d-days-en.md
1 parent a90d6e2 commit deacc3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

problems/1011.capacity-to-ship-packages-within-d-days-en.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ During the process, we directly `return` if the answer is *yes*.
8383

8484
If the answer is *no*, just keep asking.
8585

86-
The question is a typical binary search problem, a little bit difference is the judgement condition:
86+
This is a typical binary search problem, the only difference is the judgement condition:
87+
8788

8889
```python
8990
def canShip(opacity):

0 commit comments

Comments
 (0)