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": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 618,
|
||||
"dislikes": 119,
|
||||
"likes": 653,
|
||||
"dislikes": 123,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
"exampleTestcases": "4\n[[0,1],[0,3],[1,2],[1,3]]\n5\n[[0,1],[0,3],[1,2],[1,3],[2,3],[2,4]]\n8\n[[0,1],[1,2],[2,3],[2,4],[5,6],[5,7]]",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"36.5K\", \"totalSubmission\": \"64.7K\", \"totalAcceptedRaw\": 36527, \"totalSubmissionRaw\": 64736, \"acRate\": \"56.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"38.1K\", \"totalSubmission\": \"67.1K\", \"totalAcceptedRaw\": 38109, \"totalSubmissionRaw\": 67119, \"acRate\": \"56.8%\"}",
|
||||
"hints": [
|
||||
"Try every pair of different cities and calculate its network rank.",
|
||||
"The network rank of two vertices is <i>almost</i> the sum of their degrees.",
|
||||
|
Reference in New Issue
Block a user