mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 23:11:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 266,
|
||||
"likes": 267,
|
||||
"dislikes": 3,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Minimum Deletions to Make String Balanced\", \"titleSlug\": \"minimum-deletions-to-make-string-balanced\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Check if Array Is Sorted and Rotated\", \"titleSlug\": \"check-if-array-is-sorted-and-rotated\", \"difficulty\": \"Easy\", \"translatedTitle\": null}, {\"title\": \"Check if Numbers Are Ascending in a Sentence\", \"titleSlug\": \"check-if-numbers-are-ascending-in-a-sentence\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"26.4K\", \"totalSubmission\": \"36.3K\", \"totalAcceptedRaw\": 26362, \"totalSubmissionRaw\": 36300, \"acRate\": \"72.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"26.5K\", \"totalSubmission\": \"36.5K\", \"totalAcceptedRaw\": 26520, \"totalSubmissionRaw\": 36523, \"acRate\": \"72.6%\"}",
|
||||
"hints": [
|
||||
"You can check the opposite: check if there is a ‘b’ before an ‘a’. Then, negate and return that answer.",
|
||||
"s should not have any occurrences of “ba” as a substring."
|
||||
|
Reference in New Issue
Block a user