mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-21 13:06:47 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"81.4K\", \"totalSubmission\": \"96.4K\", \"totalAcceptedRaw\": 81375, \"totalSubmissionRaw\": 96416, \"acRate\": \"84.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"81.4K\", \"totalSubmission\": \"96.5K\", \"totalAcceptedRaw\": 81433, \"totalSubmissionRaw\": 96483, \"acRate\": \"84.4%\"}",
|
||||
"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