1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 23:41:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

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