1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +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": "Hard",
"likes": 468,
"dislikes": 1104,
"likes": 477,
"dislikes": 1125,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Find Palindrome With Fixed Length\", \"titleSlug\": \"find-palindrome-with-fixed-length\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Next Palindrome Using Same Digits\", \"titleSlug\": \"next-palindrome-using-same-digits\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
"exampleTestcases": "\"123\"\n\"1\"",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"30.6K\", \"totalSubmission\": \"144.5K\", \"totalAcceptedRaw\": 30605, \"totalSubmissionRaw\": 144542, \"acRate\": \"21.2%\"}",
"stats": "{\"totalAccepted\": \"31.2K\", \"totalSubmission\": \"146.6K\", \"totalAcceptedRaw\": 31204, \"totalSubmissionRaw\": 146645, \"acRate\": \"21.3%\"}",
"hints": [
"Will brute force work for this problem? Think of something else.",
"Take some examples like 1234, 999,1000, etc and check their closest palindromes. How many different cases are possible?",