mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -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."
|
||||
],
|
||||
|
Reference in New Issue
Block a user