mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 1568,
|
||||
"dislikes": 177,
|
||||
"likes": 1607,
|
||||
"dislikes": 176,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[[3,3,1,1],[2,2,1,2],[1,1,1,2]]\n[[11,25,66,1,69,7],[23,55,17,45,15,52],[75,31,36,44,58,8],[22,27,33,25,68,4],[84,28,14,11,5,50]]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"81.7K\", \"totalSubmission\": \"100.4K\", \"totalAcceptedRaw\": 81704, \"totalSubmissionRaw\": 100428, \"acRate\": \"81.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"83.2K\", \"totalSubmission\": \"102.4K\", \"totalAcceptedRaw\": 83229, \"totalSubmissionRaw\": 102357, \"acRate\": \"81.3%\"}",
|
||||
"hints": [
|
||||
"Use a data structure to store all values of each diagonal.",
|
||||
"How to index the data structure with the id of the diagonal?",
|
||||
|
Reference in New Issue
Block a user