mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"105K\", \"totalSubmission\": \"123.4K\", \"totalAcceptedRaw\": 105011, \"totalSubmissionRaw\": 123443, \"acRate\": \"85.1%\"}",
|
||||
"stats": "{\"totalAccepted\": \"105K\", \"totalSubmission\": \"123.5K\", \"totalAcceptedRaw\": 105018, \"totalSubmissionRaw\": 123450, \"acRate\": \"85.1%\"}",
|
||||
"hints": [
|
||||
"Loop from left to right maintaining a balance variable when it gets an L increase it by one otherwise decrease it by one.",
|
||||
"Whenever the balance variable reaches zero then we increase the answer by one."
|
||||
|
Reference in New Issue
Block a user