mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 15:01:40 +08:00
update
This commit is contained in:
@@ -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?"
|
||||
|
Reference in New Issue
Block a user