1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-07 00:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -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.",