mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user