mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 1101,
|
||||
"dislikes": 152,
|
||||
"likes": 1181,
|
||||
"dislikes": 163,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[0,2,1,5,3,4]\n[5,0,1,2,3,4]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"139K\", \"totalSubmission\": \"151.6K\", \"totalAcceptedRaw\": 139035, \"totalSubmissionRaw\": 151623, \"acRate\": \"91.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"149.7K\", \"totalSubmission\": \"163.4K\", \"totalAcceptedRaw\": 149716, \"totalSubmissionRaw\": 163416, \"acRate\": \"91.6%\"}",
|
||||
"hints": [
|
||||
"Just apply what's said in the statement.",
|
||||
"Notice that you can't apply it on the same array directly since some elements will change after application"
|
||||
|
Reference in New Issue
Block a user