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

@@ -12,7 +12,7 @@
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 116,
"dislikes": 462,
"dislikes": 463,
"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.3K\", \"totalSubmission\": \"45.4K\", \"totalAcceptedRaw\": 13345, \"totalSubmissionRaw\": 45431, \"acRate\": \"29.4%\"}",
"stats": "{\"totalAccepted\": \"13.4K\", \"totalSubmission\": \"45.6K\", \"totalAcceptedRaw\": 13404, \"totalSubmissionRaw\": 45590, \"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)."