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\": \"157.8K\", \"totalSubmission\": \"219.1K\", \"totalAcceptedRaw\": 157848, \"totalSubmissionRaw\": 219122, \"acRate\": \"72.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"158K\", \"totalSubmission\": \"219.4K\", \"totalAcceptedRaw\": 158001, \"totalSubmissionRaw\": 219365, \"acRate\": \"72.0%\"}",
|
||||
"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