mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"3.6K\", \"totalSubmission\": \"7.5K\", \"totalAcceptedRaw\": 3650, \"totalSubmissionRaw\": 7533, \"acRate\": \"48.5%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.7K\", \"totalSubmission\": \"7.5K\", \"totalAcceptedRaw\": 3653, \"totalSubmissionRaw\": 7537, \"acRate\": \"48.5%\"}",
|
||||
"hints": [
|
||||
"The minimum price sum is always the price of a rooted node.",
|
||||
"Let’s root the tree at vertex 0 and find the answer from this perspective.",
|
||||
|
Reference in New Issue
Block a user