mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -11,14 +11,21 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 55,
|
||||
"dislikes": 2,
|
||||
"likes": 119,
|
||||
"dislikes": 3,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Minimum Flips to Make a OR b Equal to c\", \"titleSlug\": \"minimum-flips-to-make-a-or-b-equal-to-c\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
|
||||
"exampleTestcases": "10\n7\n3\n4",
|
||||
"categoryTitle": "Algorithms",
|
||||
"contributors": [],
|
||||
"topicTags": [],
|
||||
"topicTags": [
|
||||
{
|
||||
"name": "Bit Manipulation",
|
||||
"slug": "bit-manipulation",
|
||||
"translatedName": null,
|
||||
"__typename": "TopicTagNode"
|
||||
}
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": [
|
||||
{
|
||||
@@ -130,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"10.9K\", \"totalSubmission\": \"13.8K\", \"totalAcceptedRaw\": 10918, \"totalSubmissionRaw\": 13824, \"acRate\": \"79.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"15.2K\", \"totalSubmission\": \"18.7K\", \"totalAcceptedRaw\": 15193, \"totalSubmissionRaw\": 18706, \"acRate\": \"81.2%\"}",
|
||||
"hints": [
|
||||
"If the value of a bit in start and goal differ, then we need to flip that bit.",
|
||||
"Consider using the XOR operation to determine which bits need a bit flip."
|
||||
|
Reference in New Issue
Block a user