mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-22 05:26:46 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"11K\", \"totalSubmission\": \"28.3K\", \"totalAcceptedRaw\": 10959, \"totalSubmissionRaw\": 28316, \"acRate\": \"38.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"11K\", \"totalSubmission\": \"28.5K\", \"totalAcceptedRaw\": 11013, \"totalSubmissionRaw\": 28456, \"acRate\": \"38.7%\"}",
|
||||
"hints": [
|
||||
"你需要追踪每个子栈的大小。当一个栈已满时,你可能需要创建一个新栈。",
|
||||
"在一个特定的子栈中弹出一个元素意味着一些栈没有满。这是个问题吗?没有正确的答案,但你应该考虑如何处理这个问题。"
|
||||
|
Reference in New Issue
Block a user