mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 921,
|
||||
"dislikes": 1725,
|
||||
"dislikes": 1727,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Letter Combinations of a Phone Number\", \"titleSlug\": \"letter-combinations-of-a-phone-number\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Number of 1 Bits\", \"titleSlug\": \"number-of-1-bits\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "1\n9",
|
||||
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"108.2K\", \"totalSubmission\": \"214.9K\", \"totalAcceptedRaw\": 108168, \"totalSubmissionRaw\": 214863, \"acRate\": \"50.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"108.2K\", \"totalSubmission\": \"215K\", \"totalAcceptedRaw\": 108228, \"totalSubmissionRaw\": 214954, \"acRate\": \"50.3%\"}",
|
||||
"hints": [
|
||||
"Simplify by seeking for solutions that involve comparing bit counts.",
|
||||
"Consider calculating all possible times for comparison purposes."
|
||||
|
Reference in New Issue
Block a user