1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-10-21 13:06:47 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 16:56:27 +08:00
parent e730aa6794
commit ad15da05aa
2517 changed files with 7358 additions and 7332 deletions

View File

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