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:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 611,
"likes": 612,
"dislikes": 178,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Find Permutation\", \"titleSlug\": \"find-permutation\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -161,7 +161,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"16.5K\", \"totalSubmission\": \"42.1K\", \"totalAcceptedRaw\": 16494, \"totalSubmissionRaw\": 42147, \"acRate\": \"39.1%\"}",
"stats": "{\"totalAccepted\": \"16.5K\", \"totalSubmission\": \"42.2K\", \"totalAcceptedRaw\": 16496, \"totalSubmissionRaw\": 42156, \"acRate\": \"39.1%\"}",
"hints": [
"If there are some character “a” s in the string, they can be written on paper before anything else.",
"Every character in the string before the last “a” should be written in reversed order.",