mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 23:41:41 +08:00
update
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"3.9K\", \"totalSubmission\": \"17.4K\", \"totalAcceptedRaw\": 3910, \"totalSubmissionRaw\": 17433, \"acRate\": \"22.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.9K\", \"totalSubmission\": \"17.4K\", \"totalAcceptedRaw\": 3912, \"totalSubmissionRaw\": 17436, \"acRate\": \"22.4%\"}",
|
||||
"hints": [
|
||||
"Firstly, check that it’s actually possible to make the shortest path from source to destination equal to the target.",
|
||||
"If the shortest path from source to destination without the edges to be modified, is less than the target, then it is not possible.",
|
||||
|
Reference in New Issue
Block a user