1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01: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": "Easy",
"likes": 259,
"dislikes": 76,
"likes": 266,
"dislikes": 77,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[1,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3]\n[6,2,7,5,1,2,0,3,10,2,5,0,5,5,0,8,7,6,8,0]\n[6,0,7,0,7,5,7,8,3,4,0,7,8,1,6,8,1,1,2,4,8,1,9,5,4,3,8,5,10,8,6,6,1,0,6,10,8,2,3,4]",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"30.9K\", \"totalSubmission\": \"47.8K\", \"totalAcceptedRaw\": 30907, \"totalSubmissionRaw\": 47775, \"acRate\": \"64.7%\"}",
"stats": "{\"totalAccepted\": \"31.9K\", \"totalSubmission\": \"49.4K\", \"totalAcceptedRaw\": 31881, \"totalSubmissionRaw\": 49419, \"acRate\": \"64.5%\"}",
"hints": [
"Sort the given array.",
"Remove the first and last 5% of the sorted array."