mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"1.7M\", \"totalSubmission\": \"3.8M\", \"totalAcceptedRaw\": 1654907, \"totalSubmissionRaw\": 3772144, \"acRate\": \"43.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"1.7M\", \"totalSubmission\": \"3.8M\", \"totalAcceptedRaw\": 1655115, \"totalSubmissionRaw\": 3772691, \"acRate\": \"43.9%\"}",
|
||||
"hints": [
|
||||
"Use a stack of characters.",
|
||||
"When you encounter an opening bracket, push it to the top of the stack.",
|
||||
|
Reference in New Issue
Block a user