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\": \"17K\", \"totalSubmission\": \"44.2K\", \"totalAcceptedRaw\": 16986, \"totalSubmissionRaw\": 44182, \"acRate\": \"38.4%\"}",
"stats": "{\"totalAccepted\": \"17K\", \"totalSubmission\": \"44.2K\", \"totalAcceptedRaw\": 16988, \"totalSubmissionRaw\": 44188, \"acRate\": \"38.4%\"}",
"hints": [
"你需要追踪每个子栈的大小。当一个栈已满时,你可能需要创建一个新栈。",
"在一个特定的子栈中弹出一个元素意味着一些栈没有满。这是个问题吗?没有正确的答案,但你应该考虑如何处理这个问题。"