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

View File

@@ -12,7 +12,7 @@
"isPaidOnly": false,
"difficulty": "Hard",
"likes": 692,
"dislikes": 1393,
"dislikes": 1394,
"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\"",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"40.9K\", \"totalSubmission\": \"187.1K\", \"totalAcceptedRaw\": 40860, \"totalSubmissionRaw\": 187058, \"acRate\": \"21.8%\"}",
"stats": "{\"totalAccepted\": \"40.9K\", \"totalSubmission\": \"187.1K\", \"totalAcceptedRaw\": 40862, \"totalSubmissionRaw\": 187063, \"acRate\": \"21.8%\"}",
"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?",