mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 2061,
|
||||
"likes": 2062,
|
||||
"dislikes": 146,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"119.8K\", \"totalSubmission\": \"212.1K\", \"totalAcceptedRaw\": 119820, \"totalSubmissionRaw\": 212124, \"acRate\": \"56.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"119.8K\", \"totalSubmission\": \"212.2K\", \"totalAcceptedRaw\": 119832, \"totalSubmissionRaw\": 212152, \"acRate\": \"56.5%\"}",
|
||||
"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