1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-07 00:11:41 +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\": \"28.4K\", \"totalSubmission\": \"53K\", \"totalAcceptedRaw\": 28365, \"totalSubmissionRaw\": 53025, \"acRate\": \"53.5%\"}",
"stats": "{\"totalAccepted\": \"28.4K\", \"totalSubmission\": \"53K\", \"totalAcceptedRaw\": 28366, \"totalSubmissionRaw\": 53026, \"acRate\": \"53.5%\"}",
"hints": [
"排序数组的一种方法是遍历数组,并将每个元素按排序顺序插入到一个新数组中。你可以用一个栈实现吗?",
"假设二级栈已排序。你能按顺序插入元素吗?你可能需要一些额外的存储空间。你可以使用什么额外的存储?",