1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -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."