mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Hard",
|
||||
"likes": 445,
|
||||
"likes": 446,
|
||||
"dislikes": 16,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"Redundant Connection\", \"titleSlug\": \"redundant-connection\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Longest Cycle in a Graph\", \"titleSlug\": \"longest-cycle-in-a-graph\", \"difficulty\": \"Hard\", \"translatedTitle\": null}, {\"title\": \"Divide Nodes Into the Maximum Number of Groups\", \"titleSlug\": \"divide-nodes-into-the-maximum-number-of-groups\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"14.4K\", \"totalSubmission\": \"39.1K\", \"totalAcceptedRaw\": 14355, \"totalSubmissionRaw\": 39144, \"acRate\": \"36.7%\"}",
|
||||
"stats": "{\"totalAccepted\": \"14.4K\", \"totalSubmission\": \"39.2K\", \"totalAcceptedRaw\": 14360, \"totalSubmissionRaw\": 39153, \"acRate\": \"36.7%\"}",
|
||||
"hints": [
|
||||
"How can BFS be used?",
|
||||
"For each vertex u, calculate the length of the shortest cycle that contains vertex u using BFS"
|
||||
|
Reference in New Issue
Block a user