mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-02 14:12:17 +08:00
update
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user