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": "Medium",
|
||||
"likes": 403,
|
||||
"dislikes": 56,
|
||||
"likes": 450,
|
||||
"dislikes": 57,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Next Permutation\", \"titleSlug\": \"next-permutation\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "\"5489355142\"\n4\n\"11112\"\n4\n\"00123\"\n1",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"13.5K\", \"totalSubmission\": \"18.6K\", \"totalAcceptedRaw\": 13513, \"totalSubmissionRaw\": 18639, \"acRate\": \"72.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"13.9K\", \"totalSubmission\": \"19.2K\", \"totalAcceptedRaw\": 13867, \"totalSubmissionRaw\": 19246, \"acRate\": \"72.1%\"}",
|
||||
"hints": [
|
||||
"Find the next permutation of the given string k times.",
|
||||
"Try to move each element to its correct position and calculate the number of steps."
|
||||
|
Reference in New Issue
Block a user