1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51: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": true,
"difficulty": "Medium",
"likes": 223,
"dislikes": 20,
"likes": 227,
"dislikes": 19,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Put Boxes Into the Warehouse II\", \"titleSlug\": \"put-boxes-into-the-warehouse-ii\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "[4,3,4,1]\n[5,3,3,4,1]\n[1,2,2,3,4]\n[3,4,1,2]\n[1,2,3]\n[1,2,3,4]",
@@ -40,7 +40,7 @@
],
"companyTagStats": null,
"codeSnippets": null,
"stats": "{\"totalAccepted\": \"10.1K\", \"totalSubmission\": \"15.7K\", \"totalAcceptedRaw\": 10147, \"totalSubmissionRaw\": 15719, \"acRate\": \"64.6%\"}",
"stats": "{\"totalAccepted\": \"10.3K\", \"totalSubmission\": \"15.9K\", \"totalAcceptedRaw\": 10265, \"totalSubmissionRaw\": 15900, \"acRate\": \"64.6%\"}",
"hints": [
"Sort the boxes in ascending order, try to process the box with the smallest height first."
],