mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-12-18 18:14:59 +08:00
update
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"4.6K\", \"totalSubmission\": \"6.9K\", \"totalAcceptedRaw\": 4602, \"totalSubmissionRaw\": 6883, \"acRate\": \"66.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"4.8K\", \"totalSubmission\": \"7.2K\", \"totalAcceptedRaw\": 4765, \"totalSubmissionRaw\": 7162, \"acRate\": \"66.5%\"}",
|
||||
"hints": [
|
||||
"Note that a new occurrence of pattern can appear if you remove an old one, For example, s = \"ababcc\" and pattern = \"abc\".",
|
||||
"You can maintain a stack of characters and if the last character of the pattern size in the stack match the pattern remove them"
|
||||
|
||||
Reference in New Issue
Block a user