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-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": 870,
"likes": 871,
"dislikes": 25,
"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}]",
@@ -131,7 +131,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"58.7K\", \"totalSubmission\": \"69.5K\", \"totalAcceptedRaw\": 58679, \"totalSubmissionRaw\": 69488, \"acRate\": \"84.4%\"}",
"stats": "{\"totalAccepted\": \"58.9K\", \"totalSubmission\": \"69.8K\", \"totalAcceptedRaw\": 58940, \"totalSubmissionRaw\": 69793, \"acRate\": \"84.4%\"}",
"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"