1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 23:11:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -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."