mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 1290,
|
||||
"dislikes": 244,
|
||||
"likes": 1353,
|
||||
"dislikes": 250,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "\"codeleet\"\n[4,5,6,7,0,2,1,3]\n\"abc\"\n[0,1,2]",
|
||||
@@ -125,7 +125,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"193.6K\", \"totalSubmission\": \"225.7K\", \"totalAcceptedRaw\": 193553, \"totalSubmissionRaw\": 225676, \"acRate\": \"85.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"199.8K\", \"totalSubmission\": \"233K\", \"totalAcceptedRaw\": 199810, \"totalSubmissionRaw\": 233017, \"acRate\": \"85.7%\"}",
|
||||
"hints": [
|
||||
"You can create an auxiliary string t of length n.",
|
||||
"Assign t[indexes[i]] to s[i] for each i from 0 to n-1."
|
||||
|
Reference in New Issue
Block a user