1
0
mirror of https://gitee.com/coder-xiaomo/leetcode-problemset synced 2025-09-04 06:51:41 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
This commit is contained in:
2022-03-29 15:21:05 +08:00
parent b84ae535b7
commit e730aa6794
2244 changed files with 8703 additions and 59499 deletions

View File

@@ -11,8 +11,8 @@
"translatedContent": null,
"isPaidOnly": true,
"difficulty": "Medium",
"likes": 474,
"dislikes": 111,
"likes": 475,
"dislikes": 112,
"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.3K\", \"totalSubmission\": \"83.7K\", \"totalAcceptedRaw\": 35272, \"totalSubmissionRaw\": 83715, \"acRate\": \"42.1%\"}",
"stats": "{\"totalAccepted\": \"35.4K\", \"totalSubmission\": \"84K\", \"totalAcceptedRaw\": 35401, \"totalSubmissionRaw\": 83974, \"acRate\": \"42.2%\"}",
"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.",