mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-02 14:12:17 +08:00
update
This commit is contained in:
@@ -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."
|
||||
|
Reference in New Issue
Block a user