1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 368,
"likes": 371,
"dislikes": 47,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Shifting Letters\", \"titleSlug\": \"shifting-letters\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -137,7 +137,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"37.6K\", \"totalSubmission\": \"47K\", \"totalAcceptedRaw\": 37644, \"totalSubmissionRaw\": 46973, \"acRate\": \"80.1%\"}",
"stats": "{\"totalAccepted\": \"37.7K\", \"totalSubmission\": \"47.1K\", \"totalAcceptedRaw\": 37741, \"totalSubmissionRaw\": 47093, \"acRate\": \"80.1%\"}",
"hints": [
"We just need to replace every even positioned character with the character s[i] positions ahead of the character preceding it",
"Get the position of the preceeding character in alphabet then advance it s[i] positions and get the character at that position"