mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"122.3K\", \"totalSubmission\": \"192.2K\", \"totalAcceptedRaw\": 122325, \"totalSubmissionRaw\": 192153, \"acRate\": \"63.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"122.3K\", \"totalSubmission\": \"192.2K\", \"totalAcceptedRaw\": 122332, \"totalSubmissionRaw\": 192169, \"acRate\": \"63.7%\"}",
|
||||
"hints": [
|
||||
"如果你在找到0时清除了行和列,则可能会清理整个矩阵。在对矩阵进行任何更改之前,首先尝试找到所有的0。",
|
||||
"你能只用额外的O(N)空间而不是O(N2)吗?在为0的单元格列表中你真正需要的是什么信息?",
|
||||
|
Reference in New Issue
Block a user