1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-10-22 05:26:46 +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\": \"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": [
"你需要追踪每个子栈的大小。当一个栈已满时,你可能需要创建一个新栈。",
"在一个特定的子栈中弹出一个元素意味着一些栈没有满。这是个问题吗?没有正确的答案,但你应该考虑如何处理这个问题。"