update 0474.一和零 :添加复杂度分析

This commit is contained in:
Yuhao Ju
2023-04-11 11:14:10 +08:00
committed by GitHub
parent ff576a13c2
commit 4e1590e26d

View File

@ -156,6 +156,11 @@ public:
};
```
* 时间复杂度: O(kmn)k 为strs的长度
* 空间复杂度: O(mn)
## 总结
不少同学刷过这道题,可能没有总结这究竟是什么背包。