1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 15:01: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,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": false,
"difficulty": "Easy",
"likes": 3785,
"dislikes": 360,
"likes": 3803,
"dislikes": 361,
"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\": \"377.4K\", \"totalSubmission\": \"650.5K\", \"totalAcceptedRaw\": 377386, \"totalSubmissionRaw\": 650453, \"acRate\": \"58.0%\"}",
"stats": "{\"totalAccepted\": \"378.8K\", \"totalSubmission\": \"652.7K\", \"totalAcceptedRaw\": 378838, \"totalSubmissionRaw\": 652721, \"acRate\": \"58.0%\"}",
"hints": [
"Write a recursive function that paints the pixel if it's the correct color, then recurses on neighboring pixels."
],