mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 761,
|
||||
"dislikes": 193,
|
||||
"likes": 772,
|
||||
"dislikes": 204,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Strobogrammatic Number\", \"titleSlug\": \"strobogrammatic-number\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Strobogrammatic Number III\", \"titleSlug\": \"strobogrammatic-number-iii\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Sum of k-Mirror Numbers\", \"titleSlug\": \"sum-of-k-mirror-numbers\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "2\n1",
|
||||
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"116.3K\", \"totalSubmission\": \"228.7K\", \"totalAcceptedRaw\": 116261, \"totalSubmissionRaw\": 228691, \"acRate\": \"50.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"118K\", \"totalSubmission\": \"231.6K\", \"totalAcceptedRaw\": 118023, \"totalSubmissionRaw\": 231577, \"acRate\": \"51.0%\"}",
|
||||
"hints": [
|
||||
"Try to use recursion and notice that it should recurse with <i>n</i> - 2 instead of <i>n</i> - 1."
|
||||
],
|
||||
|
Reference in New Issue
Block a user