mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 07:21:40 +08:00
update
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"translatedContent": null,
|
||||
"isPaidOnly": false,
|
||||
"difficulty": "Medium",
|
||||
"likes": 3853,
|
||||
"likes": 3944,
|
||||
"dislikes": 275,
|
||||
"isLiked": null,
|
||||
"similarQuestions": "[{\"title\": \"The Time When the Network Becomes Idle\", \"titleSlug\": \"the-time-when-the-network-becomes-idle\", \"difficulty\": \"Medium\", \"translatedTitle\": null}, {\"title\": \"Second Minimum Time to Reach Destination\", \"titleSlug\": \"second-minimum-time-to-reach-destination\", \"difficulty\": \"Hard\", \"translatedTitle\": null}]",
|
||||
@@ -161,7 +161,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"227.6K\", \"totalSubmission\": \"471.1K\", \"totalAcceptedRaw\": 227598, \"totalSubmissionRaw\": 471061, \"acRate\": \"48.3%\"}",
|
||||
"stats": "{\"totalAccepted\": \"234.5K\", \"totalSubmission\": \"483.6K\", \"totalAcceptedRaw\": 234460, \"totalSubmissionRaw\": 483589, \"acRate\": \"48.5%\"}",
|
||||
"hints": [
|
||||
"We visit each node at some time, and if that time is better than the fastest time we've reached this node, we travel along outgoing edges in sorted order. Alternatively, we could use Dijkstra's algorithm."
|
||||
],
|
||||
|
Reference in New Issue
Block a user