mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"11.3K\", \"totalSubmission\": \"26.5K\", \"totalAcceptedRaw\": 11336, \"totalSubmissionRaw\": 26469, \"acRate\": \"42.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"11.3K\", \"totalSubmission\": \"26.5K\", \"totalAcceptedRaw\": 11337, \"totalSubmissionRaw\": 26470, \"acRate\": \"42.8%\"}",
|
||||
"hints": [
|
||||
"Notice that numbers with equal sums of row and column indexes belong to the same diagonal.",
|
||||
"Store them in tuples (sum, row, val), sort them, and then regroup the answer."
|
||||
|
Reference in New Issue
Block a user