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,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 1286,
|
||||
"likes": 1290,
|
||||
"dislikes": 244,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -125,7 +125,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"193.1K\", \"totalSubmission\": \"225.1K\", \"totalAcceptedRaw\": 193077, \"totalSubmissionRaw\": 225127, \"acRate\": \"85.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"193.6K\", \"totalSubmission\": \"225.7K\", \"totalAcceptedRaw\": 193553, \"totalSubmissionRaw\": 225676, \"acRate\": \"85.8%\"}",
|
||||
"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