1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-05 07:21:40 +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": "Medium",
"likes": 332,
"dislikes": 16,
"likes": 351,
"dislikes": 17,
"isLiked": null,
"similarQuestions": "[{\"title\": \"Number of Islands\", \"titleSlug\": \"number-of-islands\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Count Sub Islands\", \"titleSlug\": \"count-sub-islands\", \"difficulty\": \"Medium\", \"translatedTitle\": null}]",
"exampleTestcases": "[[1,0,0],[0,1,1],[0,1,1]]\n[[1,1],[1,1]]\n[[0]]",
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"12.8K\", \"totalSubmission\": \"19.1K\", \"totalAcceptedRaw\": 12834, \"totalSubmissionRaw\": 19130, \"acRate\": \"67.1%\"}",
"stats": "{\"totalAccepted\": \"13.4K\", \"totalSubmission\": \"20K\", \"totalAcceptedRaw\": 13414, \"totalSubmissionRaw\": 19955, \"acRate\": \"67.2%\"}",
"hints": [
"Since every group of farmland is rectangular, the top left corner of each group will have the smallest x-coordinate and y-coordinate of any farmland in the group.",
"Similarly, the bootm right corner of each group will have the largest x-coordinate and y-coordinate of any farmland in the group.",