mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"41.4K\", \"totalSubmission\": \"56.5K\", \"totalAcceptedRaw\": 41416, \"totalSubmissionRaw\": 56493, \"acRate\": \"73.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"41.4K\", \"totalSubmission\": \"56.5K\", \"totalAcceptedRaw\": 41422, \"totalSubmissionRaw\": 56501, \"acRate\": \"73.3%\"}",
|
||||
"hints": [
|
||||
"We can use nested loops to compare every row against every column.",
|
||||
"Another loop is necessary to compare the row and column element by element.",
|
||||
|
Reference in New Issue
Block a user