1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-03 06:22:54 +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

@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"7.2K\", \"totalSubmission\": \"14.1K\", \"totalAcceptedRaw\": 7222, \"totalSubmissionRaw\": 14149, \"acRate\": \"51.0%\"}",
"stats": "{\"totalAccepted\": \"7.2K\", \"totalSubmission\": \"14.2K\", \"totalAcceptedRaw\": 7229, \"totalSubmissionRaw\": 14163, \"acRate\": \"51.0%\"}",
"hints": [
"Pay attention to how much the pass ratio changes when you add a student to the class. If you keep adding students, what happens to the change in pass ratio? The more students you add to a class, the smaller the change in pass ratio becomes.",
"Since the change in the pass ratio is always decreasing with the more students you add, then the very first student you add to each class is the one that makes the biggest change in the pass ratio.",