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": 168,
"likes": 169,
"dislikes": 2,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Check If a Word Occurs As a Prefix of Any Word in a Sentence\", \"titleSlug\": \"check-if-a-word-occurs-as-a-prefix-of-any-word-in-a-sentence\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"25.4K\", \"totalSubmission\": \"32.7K\", \"totalAcceptedRaw\": 25375, \"totalSubmissionRaw\": 32656, \"acRate\": \"77.7%\"}",
"stats": "{\"totalAccepted\": \"25.6K\", \"totalSubmission\": \"33K\", \"totalAcceptedRaw\": 25605, \"totalSubmissionRaw\": 32954, \"acRate\": \"77.7%\"}",
"hints": [
"Go through each word in words and increment the answer if pref is a prefix of the word."
],