mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 376,
|
||||
"likes": 377,
|
||||
"dislikes": 143,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"43.1K\", \"totalSubmission\": \"86.5K\", \"totalAcceptedRaw\": 43147, \"totalSubmissionRaw\": 86457, \"acRate\": \"49.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"43.2K\", \"totalSubmission\": \"86.6K\", \"totalAcceptedRaw\": 43193, \"totalSubmissionRaw\": 86560, \"acRate\": \"49.9%\"}",
|
||||
"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