mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"59.7K\", \"totalSubmission\": \"72K\", \"totalAcceptedRaw\": 59730, \"totalSubmissionRaw\": 71973, \"acRate\": \"83.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"59.8K\", \"totalSubmission\": \"72K\", \"totalAcceptedRaw\": 59766, \"totalSubmissionRaw\": 72015, \"acRate\": \"83.0%\"}",
|
||||
"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