1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +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": 323,
"dislikes": 12,
"likes": 329,
"dislikes": 14,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[5,1,3]\n[1,1,1]\n[1,1,2,2,3]",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"16.2K\", \"totalSubmission\": \"26.4K\", \"totalAcceptedRaw\": 16236, \"totalSubmissionRaw\": 26412, \"acRate\": \"61.5%\"}",
"stats": "{\"totalAccepted\": \"16.6K\", \"totalSubmission\": \"26.9K\", \"totalAcceptedRaw\": 16564, \"totalSubmissionRaw\": 26905, \"acRate\": \"61.6%\"}",
"hints": [
"Sort the array.",
"Try to reduce all elements with maximum value to the next maximum value in one operation."