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\": \"37.2K\", \"totalSubmission\": \"54.5K\", \"totalAcceptedRaw\": 37191, \"totalSubmissionRaw\": 54533, \"acRate\": \"68.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"37.2K\", \"totalSubmission\": \"54.6K\", \"totalAcceptedRaw\": 37209, \"totalSubmissionRaw\": 54558, \"acRate\": \"68.2%\"}",
|
||||
"hints": [
|
||||
"Can we use brute force to solve the problem?",
|
||||
"Repeatedly traverse the string to find and remove the substrings “AB” and “CD” until no more occurrences exist."
|
||||
|
Reference in New Issue
Block a user