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-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": "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?",