mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-08 08:51:42 +08:00
update
This commit is contained in:
@@ -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": [
|
||||
"排列箱子会有什么帮助吗?",
|
||||
"我们可以按任一维度对箱子从大到小进行排序。这样我们会有箱子某一维度的局部顺序,在数组中后面的箱子必须出现在数组中前面的箱子之前。",
|
||||
|
Reference in New Issue
Block a user