mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-21 13:06:47 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"2K\", \"totalSubmission\": \"5.6K\", \"totalAcceptedRaw\": 2012, \"totalSubmissionRaw\": 5599, \"acRate\": \"35.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"2K\", \"totalSubmission\": \"5.6K\", \"totalAcceptedRaw\": 2040, \"totalSubmissionRaw\": 5638, \"acRate\": \"36.2%\"}",
|
||||
"hints": [
|
||||
"To speed up the next available server search, keep track of the available servers in a sorted structure such as an ordered set.",
|
||||
"To determine if a server is available, keep track of the end times for each task in a heap and add the server to the available set once the soonest task ending time is less than or equal to the next task to add."
|
||||
|
Reference in New Issue
Block a user