1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-08 08:51:42 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2023-12-09 19:57:46 +08:00
parent 9bc4722a45
commit 3770b44d1e
4792 changed files with 10889 additions and 10886 deletions

View File

@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"51.5K\", \"totalSubmission\": \"70.2K\", \"totalAcceptedRaw\": 51539, \"totalSubmissionRaw\": 70239, \"acRate\": \"73.4%\"}",
"stats": "{\"totalAccepted\": \"51.5K\", \"totalSubmission\": \"70.2K\", \"totalAcceptedRaw\": 51541, \"totalSubmissionRaw\": 70241, \"acRate\": \"73.4%\"}",
"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.",