mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Easy",
|
||||
"likes": 8003,
|
||||
"likes": 8004,
|
||||
"dislikes": 796,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Island Perimeter\", \"titleSlug\": \"island-perimeter\", \"difficulty\": \"Easy\", \"translatedTitle\": null}]",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"822.4K\", \"totalSubmission\": \"1.3M\", \"totalAcceptedRaw\": 822408, \"totalSubmissionRaw\": 1299110, \"acRate\": \"63.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"822.5K\", \"totalSubmission\": \"1.3M\", \"totalAcceptedRaw\": 822512, \"totalSubmissionRaw\": 1299252, \"acRate\": \"63.3%\"}",
|
||||
"hints": [
|
||||
"Write a recursive function that paints the pixel if it's the correct color, then recurses on neighboring pixels."
|
||||
],
|
||||
|
Reference in New Issue
Block a user