mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 16:01:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"45.5K\", \"totalSubmission\": \"90.5K\", \"totalAcceptedRaw\": 45476, \"totalSubmissionRaw\": 90523, \"acRate\": \"50.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"45.5K\", \"totalSubmission\": \"90.6K\", \"totalAcceptedRaw\": 45511, \"totalSubmissionRaw\": 90590, \"acRate\": \"50.2%\"}",
|
||||
"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