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-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": "Hard",
"likes": 445,
"dislikes": 139,
"likes": 453,
"dislikes": 141,
"isLiked": null,
"similarQuestions": "[]",
"exampleTestcases": "[[0,1],[1,0]]\n[0,0]\n[0,2]\n[]\n[0,0]\n[999999,999999]",
@@ -155,7 +155,7 @@
"__typename": "CodeSnippetNode"
}
],
"stats": "{\"totalAccepted\": \"15.5K\", \"totalSubmission\": \"45.2K\", \"totalAcceptedRaw\": 15531, \"totalSubmissionRaw\": 45182, \"acRate\": \"34.4%\"}",
"stats": "{\"totalAccepted\": \"15.7K\", \"totalSubmission\": \"45.7K\", \"totalAcceptedRaw\": 15684, \"totalSubmissionRaw\": 45684, \"acRate\": \"34.3%\"}",
"hints": [
"If we become stuck, there's either a loop around the source or around the target.",
"If there is a loop around say, the source, what is the maximum number of squares it can have?"