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,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Medium",
"likes": 407,
"likes": 425,
"dislikes": 8,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Number of Steps to Reduce a Number to Zero\", \"titleSlug\": \"number-of-steps-to-reduce-a-number-to-zero\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Number of Steps to Reduce a Number in Binary Representation to One\", \"titleSlug\": \"number-of-steps-to-reduce-a-number-in-binary-representation-to-one\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"20.3K\", \"totalSubmission\": \"41.7K\", \"totalAcceptedRaw\": 20277, \"totalSubmissionRaw\": 41725, \"acRate\": \"48.6%\"}",
"stats": "{\"totalAccepted\": \"21K\", \"totalSubmission\": \"43.2K\", \"totalAcceptedRaw\": 20991, \"totalSubmissionRaw\": 43180, \"acRate\": \"48.6%\"}",
"hints": [
"Solve the opposite problem: start at the given score and move to 1.",
"It is better to use the move of the second type once we can to lose more scores fast."