1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 15:31:43 +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

@@ -11,7 +11,7 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 267,
"likes": 286,
"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.5K\", \"totalSubmission\": \"36.5K\", \"totalAcceptedRaw\": 26520, \"totalSubmissionRaw\": 36523, \"acRate\": \"72.6%\"}",
"stats": "{\"totalAccepted\": \"28.4K\", \"totalSubmission\": \"39.1K\", \"totalAcceptedRaw\": 28368, \"totalSubmissionRaw\": 39121, \"acRate\": \"72.5%\"}",
"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."