1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +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,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 871,
"dislikes": 25,
"likes": 922,
"dislikes": 27,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Check if Numbers Are Ascending in a Sentence\", \"titleSlug\": \"check-if-numbers-are-ascending-in-a-sentence\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
"exampleTestcases": "\"is2 sentence4 This1 a3\"\n\"Myself2 Me1 I4 and3\"",
@@ -131,7 +131,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"58.9K\", \"totalSubmission\": \"69.8K\", \"totalAcceptedRaw\": 58940, \"totalSubmissionRaw\": 69793, \"acRate\": \"84.4%\"}",
"stats": "{\"totalAccepted\": \"62.4K\", \"totalSubmission\": \"73.9K\", \"totalAcceptedRaw\": 62398, \"totalSubmissionRaw\": 73876, \"acRate\": \"84.5%\"}",
"hints": [
"Divide the string into the words as an array of strings",
"Sort the words by removing the last character from each word and sorting according to it"