mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user