1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-02 14:12:17 +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\": \"9.7K\", \"totalSubmission\": \"20.2K\", \"totalAcceptedRaw\": 9688, \"totalSubmissionRaw\": 20177, \"acRate\": \"48.0%\"}",
"stats": "{\"totalAccepted\": \"9.8K\", \"totalSubmission\": \"20.3K\", \"totalAcceptedRaw\": 9751, \"totalSubmissionRaw\": 20320, \"acRate\": \"48.0%\"}",
"hints": [
"Use a stack to keep opening brackets. If you face single closing ')' add 1 to the answer and consider it as '))'.",
"If you have '))' with empty stack, add 1 to the answer, If after finishing you have x opening remaining in the stack, add 2x to the answer."