mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 1474,
|
||||
"likes": 1478,
|
||||
"dislikes": 101,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"131.3K\", \"totalSubmission\": \"182.2K\", \"totalAcceptedRaw\": 131321, \"totalSubmissionRaw\": 182178, \"acRate\": \"72.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"131.7K\", \"totalSubmission\": \"182.7K\", \"totalAcceptedRaw\": 131670, \"totalSubmissionRaw\": 182740, \"acRate\": \"72.1%\"}",
|
||||
"hints": [
|
||||
"If we have space for at least one box, it's always optimal to put the box with the most units.",
|
||||
"Sort the box types with the number of units per box non-increasingly.",
|
||||
|
Reference in New Issue
Block a user