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-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": 1447,
"dislikes": 1334,
"likes": 1567,
"dislikes": 1419,
"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.6K\", \"totalSubmission\": \"385.7K\", \"totalAcceptedRaw\": 174606, \"totalSubmissionRaw\": 385743, \"acRate\": \"45.3%\"}",
"stats": "{\"totalAccepted\": \"185K\", \"totalSubmission\": \"409.3K\", \"totalAcceptedRaw\": 184956, \"totalSubmissionRaw\": 409276, \"acRate\": \"45.2%\"}",
"hints": [
"Try to find whether each of 26 next letters are in the given string array."
],