mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"14.2K\", \"totalSubmission\": \"37.1K\", \"totalAcceptedRaw\": 14153, \"totalSubmissionRaw\": 37052, \"acRate\": \"38.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"14.2K\", \"totalSubmission\": \"37.1K\", \"totalAcceptedRaw\": 14155, \"totalSubmissionRaw\": 37059, \"acRate\": \"38.2%\"}",
|
||||
"hints": [
|
||||
"What observations can you make about the number of open brackets and close brackets for any prefix of a valid bracket sequence?",
|
||||
"The number of open brackets must always be greater than or equal to the number of close brackets.",
|
||||
|
Reference in New Issue
Block a user