mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
],
|
||||
"companyTagStats": null,
|
||||
"codeSnippets": null,
|
||||
"stats": "{\"totalAccepted\": \"4.9K\", \"totalSubmission\": \"8.8K\", \"totalAcceptedRaw\": 4880, \"totalSubmissionRaw\": 8813, \"acRate\": \"55.4%\"}",
|
||||
"stats": "{\"totalAccepted\": \"4.9K\", \"totalSubmission\": \"8.8K\", \"totalAcceptedRaw\": 4881, \"totalSubmissionRaw\": 8814, \"acRate\": \"55.4%\"}",
|
||||
"hints": [
|
||||
"Try to construct a graph out of highways. What type of graph is this?",
|
||||
"We essentially need to find the minimum distance to get from node 0 to node n - 1 in an undirected weighted graph. What algorithm should we use to do this?",
|
||||
|
Reference in New Issue
Block a user