mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-09 01:11:42 +08:00
update
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"3.3K\", \"totalSubmission\": \"8.8K\", \"totalAcceptedRaw\": 3322, \"totalSubmissionRaw\": 8778, \"acRate\": \"37.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.3K\", \"totalSubmission\": \"8.8K\", \"totalAcceptedRaw\": 3323, \"totalSubmissionRaw\": 8779, \"acRate\": \"37.9%\"}",
|
||||
"hints": [
|
||||
"Sort the array, now let <code>x <= y</code> which means <code>|x - y| <= min(x, y)</code> can now be written as <code>y - x <= x</code> or in other words, <code>y <= 2 * x</code>.",
|
||||
"If <code>x</code> and <code>y</code> have the same number of bits, try making<code>y</code>’s bits different from x if possible for each bit starting from the second most significant bit.",
|
||||
|
Reference in New Issue
Block a user