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\": \"20.3K\", \"totalSubmission\": \"41.5K\", \"totalAcceptedRaw\": 20346, \"totalSubmissionRaw\": 41526, \"acRate\": \"49.0%\"}",
|
||||
"stats": "{\"totalAccepted\": \"20.4K\", \"totalSubmission\": \"41.5K\", \"totalAcceptedRaw\": 20350, \"totalSubmissionRaw\": 41534, \"acRate\": \"49.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."
|
||||
|
Reference in New Issue
Block a user