mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-07 00:11:41 +08:00
update
This commit is contained in:
@@ -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": [
|
||||
"你需要追踪每个子栈的大小。当一个栈已满时,你可能需要创建一个新栈。",
|
||||
"在一个特定的子栈中弹出一个元素意味着一些栈没有满。这是个问题吗?没有正确的答案,但你应该考虑如何处理这个问题。"
|
||||
|
Reference in New Issue
Block a user