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-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -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.",