mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-06 07:51:41 +08:00
update
This commit is contained in:
@@ -167,7 +167,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"13.4K\", \"totalSubmission\": \"23K\", \"totalAcceptedRaw\": 13437, \"totalSubmissionRaw\": 23018, \"acRate\": \"58.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"13.5K\", \"totalSubmission\": \"23K\", \"totalAcceptedRaw\": 13452, \"totalSubmissionRaw\": 23041, \"acRate\": \"58.4%\"}",
|
||||
"hints": [
|
||||
"The path from the root to a leaf that has the maximum cost should not be modified.",
|
||||
"The optimal way is to increase all other paths to make their costs equal to the path with maximum cost."
|
||||
|
Reference in New Issue
Block a user