mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -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?",
|
||||
|
Reference in New Issue
Block a user