1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-02 14:12:17 +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\": \"48.5K\", \"totalSubmission\": \"94.2K\", \"totalAcceptedRaw\": 48511, \"totalSubmissionRaw\": 94156, \"acRate\": \"51.5%\"}",
"stats": "{\"totalAccepted\": \"48.9K\", \"totalSubmission\": \"95K\", \"totalAcceptedRaw\": 48902, \"totalSubmissionRaw\": 95032, \"acRate\": \"51.5%\"}",
"hints": [
"Processing string from left to right, whenever you get a ?, check left character and right character, and select a character not equal to either of them",
"Do take care to compare with replaced occurrence of ? when checking the left character."