mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-09 01:11:42 +08:00
update
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"2.7K\", \"totalSubmission\": \"5.2K\", \"totalAcceptedRaw\": 2749, \"totalSubmissionRaw\": 5237, \"acRate\": \"52.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"2.8K\", \"totalSubmission\": \"5.2K\", \"totalAcceptedRaw\": 2752, \"totalSubmissionRaw\": 5240, \"acRate\": \"52.5%\"}",
|
||||
"hints": [
|
||||
"Find the minimum spanning tree of the given graph.",
|
||||
"Root the tree in an arbitrary node and calculate the maximum weight of the edge from each node to the chosen root.",
|
||||
|
Reference in New Issue
Block a user