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,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 616,
|
||||
"likes": 618,
|
||||
"dislikes": 119,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[]",
|
||||
@@ -137,7 +137,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"36.4K\", \"totalSubmission\": \"64.5K\", \"totalAcceptedRaw\": 36406, \"totalSubmissionRaw\": 64541, \"acRate\": \"56.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"36.5K\", \"totalSubmission\": \"64.7K\", \"totalAcceptedRaw\": 36527, \"totalSubmissionRaw\": 64736, \"acRate\": \"56.4%\"}",
|
||||
"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