1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -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?",