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": 3803,
"dislikes": 361,
"likes": 3965,
"dislikes": 378,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Island Perimeter\", \"titleSlug\": \"island-perimeter\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
"exampleTestcases": "[[1,1,1],[1,1,0],[1,0,1]]\n1\n1\n2\n[[0,0,0],[0,0,0]]\n0\n0\n2",
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"378.8K\", \"totalSubmission\": \"652.7K\", \"totalAcceptedRaw\": 378838, \"totalSubmissionRaw\": 652721, \"acRate\": \"58.0%\"}",
"stats": "{\"totalAccepted\": \"396.5K\", \"totalSubmission\": \"681.4K\", \"totalAcceptedRaw\": 396491, \"totalSubmissionRaw\": 681356, \"acRate\": \"58.2%\"}",
"hints": [
"Write a recursive function that paints the pixel if it's the correct color, then recurses on neighboring pixels."
],