1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +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

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 467,
"dislikes": 23,
"likes": 492,
"dislikes": 24,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Missing Number\", \"titleSlug\": \"missing-number\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Find All Numbers Disappeared in an Array\", \"titleSlug\": \"find-all-numbers-disappeared-in-an-array\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Random Pick with Blacklist\", \"titleSlug\": \"random-pick-with-blacklist\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
"exampleTestcases": "[\"01\",\"10\"]\n[\"00\",\"01\"]\n[\"111\",\"011\",\"001\"]",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"21.3K\", \"totalSubmission\": \"33.8K\", \"totalAcceptedRaw\": 21280, \"totalSubmissionRaw\": 33816, \"acRate\": \"62.9%\"}",
"stats": "{\"totalAccepted\": \"22.3K\", \"totalSubmission\": \"35.2K\", \"totalAcceptedRaw\": 22269, \"totalSubmissionRaw\": 35230, \"acRate\": \"63.2%\"}",
"hints": [
"We can convert the given strings into base 10 integers.",
"Can we use recursion to generate all possible strings?"