1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 865,
"dislikes": 175,
"likes": 867,
"dislikes": 179,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[1,2,1]\n[1,3,2,1]",
@@ -137,7 +137,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"159K\", \"totalSubmission\": \"173.5K\", \"totalAcceptedRaw\": 159044, \"totalSubmissionRaw\": 173464, \"acRate\": \"91.7%\"}",
"stats": "{\"totalAccepted\": \"160K\", \"totalSubmission\": \"174.5K\", \"totalAcceptedRaw\": 160021, \"totalSubmissionRaw\": 174544, \"acRate\": \"91.7%\"}",
"hints": [
"Build an array of size 2 * n and assign num[i] to ans[i] and ans[i + n]"
],