1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 1478,
"dislikes": 101,
"likes": 1524,
"dislikes": 104,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[[1,3],[2,2],[3,1]]\n4\n[[5,10],[2,5],[4,7],[3,9]]\n10",
@@ -149,7 +149,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"131.7K\", \"totalSubmission\": \"182.7K\", \"totalAcceptedRaw\": 131670, \"totalSubmissionRaw\": 182740, \"acRate\": \"72.1%\"}",
"stats": "{\"totalAccepted\": \"136.6K\", \"totalSubmission\": \"189.8K\", \"totalAcceptedRaw\": 136636, \"totalSubmissionRaw\": 189751, \"acRate\": \"72.0%\"}",
"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.",