mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-22 13:36:46 +08:00
update
This commit is contained in:
@@ -143,7 +143,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"9.3K\", \"totalSubmission\": \"12.3K\", \"totalAcceptedRaw\": 9266, \"totalSubmissionRaw\": 12252, \"acRate\": \"75.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"9.3K\", \"totalSubmission\": \"12.3K\", \"totalAcceptedRaw\": 9295, \"totalSubmissionRaw\": 12296, \"acRate\": \"75.6%\"}",
|
||||
"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