mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-08 00:41:42 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"3.7K\", \"totalSubmission\": \"12.8K\", \"totalAcceptedRaw\": 3741, \"totalSubmissionRaw\": 12847, \"acRate\": \"29.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.7K\", \"totalSubmission\": \"12.9K\", \"totalAcceptedRaw\": 3745, \"totalSubmissionRaw\": 12857, \"acRate\": \"29.1%\"}",
|
||||
"hints": [
|
||||
"<div class=\"_1l1MA\">We can solve the problem using binary lifting.</div>",
|
||||
"<div class=\"_1l1MA\">For each player with id <code>x</code> and for every <code>i</code> in the range <code>[0, ceil(log<sub>2</sub>k)]</code>, we can determine the last receiver's id and compute the sum of player ids who receive the ball after <code>2<sup>i</sup></code> passes, starting from <code>x</code>.</div>",
|
||||
|
Reference in New Issue
Block a user