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": 116,
"dislikes": 463,
"likes": 119,
"dislikes": 483,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Maximum Number of Words Found in Sentences\", \"titleSlug\": \"maximum-number-of-words-found-in-sentences\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
"exampleTestcases": "\"cat and dog\"\n\"!this 1-s b8d!\"\n\"alice and bob are playing stone-game10\"",
@@ -137,7 +137,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"13.4K\", \"totalSubmission\": \"45.6K\", \"totalAcceptedRaw\": 13404, \"totalSubmissionRaw\": 45590, \"acRate\": \"29.4%\"}",
"stats": "{\"totalAccepted\": \"14.1K\", \"totalSubmission\": \"47.9K\", \"totalAcceptedRaw\": 14078, \"totalSubmissionRaw\": 47925, \"acRate\": \"29.4%\"}",
"hints": [
"Iterate through the string to split it by spaces.",
"Count the number of characters of each type (letters, numbers, hyphens, and punctuations)."