mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-21 21:16:45 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"4.8K\", \"totalSubmission\": \"7.8K\", \"totalAcceptedRaw\": 4778, \"totalSubmissionRaw\": 7806, \"acRate\": \"61.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"4.9K\", \"totalSubmission\": \"8K\", \"totalAcceptedRaw\": 4914, \"totalSubmissionRaw\": 8025, \"acRate\": \"61.2%\"}",
|
||||
"hints": [
|
||||
"Iterate on the customers, maintaining the time the chef will finish the previous orders.",
|
||||
"If that time is before the current arrival time, the chef starts immediately. Else, the current customer waits till the chef finishes, and then the chef starts.",
|
||||
|
Reference in New Issue
Block a user