1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-06 07:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -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的单元格列表中你真正需要的是什么信息",