mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"3.9K\", \"totalSubmission\": \"7.5K\", \"totalAcceptedRaw\": 3939, \"totalSubmissionRaw\": 7456, \"acRate\": \"52.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.9K\", \"totalSubmission\": \"7.5K\", \"totalAcceptedRaw\": 3945, \"totalSubmissionRaw\": 7468, \"acRate\": \"52.8%\"}",
|
||||
"hints": [
|
||||
"Use a queue to store the people who want to enter or exit and their corresponding times.",
|
||||
"Simulate the process described in the statement and apply the 4 rules to the people crossing the door."
|
||||
|
Reference in New Issue
Block a user