1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +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,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 1444,
"dislikes": 1329,
"likes": 1447,
"dislikes": 1334,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Count Elements With Strictly Smaller and Greater Elements \", \"titleSlug\": \"count-elements-with-strictly-smaller-and-greater-elements\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
"exampleTestcases": "[\"c\",\"f\",\"j\"]\n\"a\"\n[\"c\",\"f\",\"j\"]\n\"c\"\n[\"c\",\"f\",\"j\"]\n\"d\"",
@@ -143,7 +143,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"174.1K\", \"totalSubmission\": \"384.5K\", \"totalAcceptedRaw\": 174121, \"totalSubmissionRaw\": 384525, \"acRate\": \"45.3%\"}",
"stats": "{\"totalAccepted\": \"174.6K\", \"totalSubmission\": \"385.7K\", \"totalAcceptedRaw\": 174606, \"totalSubmissionRaw\": 385743, \"acRate\": \"45.3%\"}",
"hints": [
"Try to find whether each of 26 next letters are in the given string array."
],