mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-08 08:51:42 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"26K\", \"totalSubmission\": \"40.5K\", \"totalAcceptedRaw\": 25980, \"totalSubmissionRaw\": 40544, \"acRate\": \"64.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"26K\", \"totalSubmission\": \"40.5K\", \"totalAcceptedRaw\": 25983, \"totalSubmissionRaw\": 40548, \"acRate\": \"64.1%\"}",
|
||||
"hints": [
|
||||
"Let's change the question if we know the maximum size of a bag what is the minimum number of bags you can make",
|
||||
"note that as the maximum size increases the minimum number of bags decreases so we can binary search the maximum size"
|
||||
|
Reference in New Issue
Block a user