mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"34K\", \"totalSubmission\": \"50.2K\", \"totalAcceptedRaw\": 34006, \"totalSubmissionRaw\": 50162, \"acRate\": \"67.8%\"}",
|
||||
"stats": "{\"totalAccepted\": \"34K\", \"totalSubmission\": \"50.2K\", \"totalAcceptedRaw\": 34018, \"totalSubmissionRaw\": 50179, \"acRate\": \"67.8%\"}",
|
||||
"hints": [
|
||||
"Would it be easier to place the students into valid groups after sorting them based on their grades in ascending order?",
|
||||
"Notice that, after sorting, we can separate them into groups of sizes 1, 2, 3, and so on.",
|
||||
|
Reference in New Issue
Block a user