mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 236,
|
||||
"dislikes": 27,
|
||||
"likes": 241,
|
||||
"dislikes": 28,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "[2,3,5]\n[[4,8],[2,8]]\n[2,3,5]\n[[1,4],[2,3],[3,4]]\n[3,5,8,10,11,12]\n[[12],[11,9],[10,5,14]]",
|
||||
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"7.4K\", \"totalSubmission\": \"24.8K\", \"totalAcceptedRaw\": 7446, \"totalSubmissionRaw\": 24836, \"acRate\": \"30.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"7.6K\", \"totalSubmission\": \"25.3K\", \"totalAcceptedRaw\": 7594, \"totalSubmissionRaw\": 25288, \"acRate\": \"30.0%\"}",
|
||||
"hints": [
|
||||
"Given a fixed size box, is there a way to quickly query which packages (i.e., count and sizes) should end up in that box size?",
|
||||
"Do we have to order the boxes a certain way to allow us to answer the query quickly?"
|
||||
|
Reference in New Issue
Block a user