mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"8.6K\", \"totalSubmission\": \"16.8K\", \"totalAcceptedRaw\": 8570, \"totalSubmissionRaw\": 16843, \"acRate\": \"50.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"8.6K\", \"totalSubmission\": \"16.9K\", \"totalAcceptedRaw\": 8597, \"totalSubmissionRaw\": 16903, \"acRate\": \"50.9%\"}",
|
||||
"hints": [
|
||||
"排列箱子会有什么帮助吗?",
|
||||
"我们可以按任一维度对箱子从大到小进行排序。这样我们会有箱子某一维度的局部顺序,在数组中后面的箱子必须出现在数组中前面的箱子之前。",
|
||||
|
Reference in New Issue
Block a user