1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 16:56:27 +08:00
parent e730aa6794
commit ad15da05aa
2517 changed files with 7358 additions and 7332 deletions

View File

@@ -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": [
"排列箱子会有什么帮助吗?",
"我们可以按任一维度对箱子从大到小进行排序。这样我们会有箱子某一维度的局部顺序,在数组中后面的箱子必须出现在数组中前面的箱子之前。",