mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 467,
|
||||
"likes": 468,
|
||||
"dislikes": 1104,
|
||||
"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}]",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"30.6K\", \"totalSubmission\": \"144.4K\", \"totalAcceptedRaw\": 30559, \"totalSubmissionRaw\": 144378, \"acRate\": \"21.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"30.6K\", \"totalSubmission\": \"144.5K\", \"totalAcceptedRaw\": 30605, \"totalSubmissionRaw\": 144542, \"acRate\": \"21.2%\"}",
|
||||
"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