mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-04 06:51:41 +08:00
update
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": true,
|
||||
"difficulty": "Medium",
|
||||
"likes": 475,
|
||||
"dislikes": 112,
|
||||
"likes": 485,
|
||||
"dislikes": 126,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "3\n[[0,1],[0,2]]\n0\n2\n4\n[[0,1],[0,3],[1,2],[2,1]]\n0\n3\n4\n[[0,1],[0,2],[1,3],[2,3]]\n0\n3",
|
||||
@@ -34,7 +34,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"35.4K\", \"totalSubmission\": \"84K\", \"totalAcceptedRaw\": 35401, \"totalSubmissionRaw\": 83974, \"acRate\": \"42.2%\"}",
|
||||
"stats": "{\"totalAccepted\": \"36.7K\", \"totalSubmission\": \"87.7K\", \"totalAcceptedRaw\": 36663, \"totalSubmissionRaw\": 87749, \"acRate\": \"41.8%\"}",
|
||||
"hints": [
|
||||
"What if we can reach to a cycle from the source node?",
|
||||
"Then the answer will be false, because we eventually get trapped in the cycle forever.",
|
||||
|
Reference in New Issue
Block a user