1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-12-18 18:14:59 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-05-02 23:44:12 +08:00
parent 7ea03594b3
commit 2a71c78585
4790 changed files with 11696 additions and 10944 deletions

View File

@@ -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"