mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -130,7 +130,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"2K\", \"totalSubmission\": \"4.8K\", \"totalAcceptedRaw\": 1972, \"totalSubmissionRaw\": 4804, \"acRate\": \"41.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"2K\", \"totalSubmission\": \"4.9K\", \"totalAcceptedRaw\": 2008, \"totalSubmissionRaw\": 4873, \"acRate\": \"41.2%\"}",
|
||||
"hints": [
|
||||
"Notice that for any given time t, the number of flowers blooming at time t is equal to the number of flowers that have started blooming minus the number of flowers that have already stopped blooming.",
|
||||
"We can obtain these values efficiently using binary search.",
|
||||
|
Reference in New Issue
Block a user