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\": \"12.9K\", \"totalSubmission\": \"25.1K\", \"totalAcceptedRaw\": 12868, \"totalSubmissionRaw\": 25089, \"acRate\": \"51.3%\"}",
"stats": "{\"totalAccepted\": \"12.9K\", \"totalSubmission\": \"25.1K\", \"totalAcceptedRaw\": 12870, \"totalSubmissionRaw\": 25100, \"acRate\": \"51.3%\"}",
"hints": [
"排列箱子会有什么帮助吗?",
"我们可以按任一维度对箱子从大到小进行排序。这样我们会有箱子某一维度的局部顺序,在数组中后面的箱子必须出现在数组中前面的箱子之前。",