mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"15.6K\", \"totalSubmission\": \"37.8K\", \"totalAcceptedRaw\": 15608, \"totalSubmissionRaw\": 37754, \"acRate\": \"41.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"15.6K\", \"totalSubmission\": \"37.8K\", \"totalAcceptedRaw\": 15611, \"totalSubmissionRaw\": 37759, \"acRate\": \"41.3%\"}",
|
||||
"hints": [
|
||||
"Sort times by arrival time.",
|
||||
"for each arrival_i find the smallest unoccupied chair and mark it as occupied until leaving_i."
|
||||
|
Reference in New Issue
Block a user