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-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -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."