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

@@ -12,7 +12,7 @@
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 62,
"dislikes": 210,
"dislikes": 215,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Convert to Base -2\", \"titleSlug\": \"convert-to-base-2\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "23\n107",
@@ -40,7 +40,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"6.3K\", \"totalSubmission\": \"9.1K\", \"totalAcceptedRaw\": 6298, \"totalSubmissionRaw\": 9055, \"acRate\": \"69.6%\"}",
"stats": "{\"totalAccepted\": \"6.4K\", \"totalSubmission\": \"9.2K\", \"totalAcceptedRaw\": 6402, \"totalSubmissionRaw\": 9179, \"acRate\": \"69.7%\"}",
"hints": [
"Try to find the number of binary digits returned by the function.",
"The pattern is to start counting from zero after determining the number of binary digits."