未验证 提交 538d9600 编写于 作者: K Keqi Huang 提交者: GitHub

Update 1014._Capacity_To_Ship_Packages_Within_D_Days.md

上级 48785396
......@@ -61,7 +61,7 @@ Note:
## 解题方案
> 思路 1
******- 时间复杂度: O(N)******- 空间复杂度: O(1)******
******- 时间复杂度: O(N * lg(sum(weights) - max(weights))******- 空间复杂度: O(1)******
开始的时候我题目没看清楚,诶,对于第一个例子。
```Note that the cargo must be shipped in the order given,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册