mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-08 08:51:42 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 75,
|
||||
"likes": 78,
|
||||
"dislikes": 0,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Strobogrammatic Number\", \"titleSlug\": \"strobogrammatic-number\", \"difficulty\": \"Easy\", \"translatedTitle\": \"\\u4e2d\\u5fc3\\u5bf9\\u79f0\\u6570\"}, {\"title\": \"Strobogrammatic Number III\", \"titleSlug\": \"strobogrammatic-number-iii\", \"difficulty\": \"Hard\", \"translatedTitle\": \"\\u4e2d\\u5fc3\\u5bf9\\u79f0\\u6570 III\"}]",
|
||||
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"6.4K\", \"totalSubmission\": \"12.1K\", \"totalAcceptedRaw\": 6432, \"totalSubmissionRaw\": 12101, \"acRate\": \"53.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"6.6K\", \"totalSubmission\": \"12.4K\", \"totalAcceptedRaw\": 6638, \"totalSubmissionRaw\": 12431, \"acRate\": \"53.4%\"}",
|
||||
"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