1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-08 08:51:42 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -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."
],