1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -161,7 +161,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"27K\", \"totalSubmission\": \"44.7K\", \"totalAcceptedRaw\": 27033, \"totalSubmissionRaw\": 44654, \"acRate\": \"60.5%\"}",
"stats": "{\"totalAccepted\": \"27.1K\", \"totalSubmission\": \"44.7K\", \"totalAcceptedRaw\": 27073, \"totalSubmissionRaw\": 44706, \"acRate\": \"60.6%\"}",
"hints": [
"Consider the items in order from largest to smallest value, and greedily take the items if they fall under the use_limit. We can keep track of how many items of each label are used by using a hash table."
],