update 0474.一和零 :添加复杂度分析
This commit is contained in:
parent
ff576a13c2
commit
4e1590e26d
|
|
@ -156,6 +156,11 @@ public:
|
|||
};
|
||||
```
|
||||
|
||||
* 时间复杂度: O(kmn),k 为strs的长度
|
||||
* 空间复杂度: O(mn)
|
||||
|
||||
|
||||
|
||||
## 总结
|
||||
|
||||
不少同学刷过这道题,可能没有总结这究竟是什么背包。
|
||||
|
|
|
|||
Loading…
Reference in New Issue