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": 867,
"dislikes": 179,
"likes": 945,
"dislikes": 185,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[1,2,1]\n[1,3,2,1]",
@@ -137,7 +137,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"160K\", \"totalSubmission\": \"174.5K\", \"totalAcceptedRaw\": 160021, \"totalSubmissionRaw\": 174544, \"acRate\": \"91.7%\"}",
"stats": "{\"totalAccepted\": \"173.4K\", \"totalSubmission\": \"189.2K\", \"totalAcceptedRaw\": 173383, \"totalSubmissionRaw\": 189248, \"acRate\": \"91.6%\"}",
"hints": [
"Build an array of size 2 * n and assign num[i] to ans[i] and ans[i + n]"
],