mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -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]"
|
||||
],
|
||||
|
Reference in New Issue
Block a user