mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-09-05 15:31:43 +08:00
update
This commit is contained in:
@@ -173,7 +173,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"20.3K\", \"totalSubmission\": \"39.2K\", \"totalAcceptedRaw\": 20332, \"totalSubmissionRaw\": 39183, \"acRate\": \"51.9%\"}",
|
||||
"stats": "{\"totalAccepted\": \"20.3K\", \"totalSubmission\": \"39.2K\", \"totalAcceptedRaw\": 20338, \"totalSubmissionRaw\": 39193, \"acRate\": \"51.9%\"}",
|
||||
"hints": [
|
||||
"Model the grid as a graph where cells are nodes and edges are between adjacent cells. Edges to cells with obstacles have a cost of 1 and all other edges have a cost of 0.",
|
||||
"Could you use 0-1 Breadth-First Search or Dijkstra’s algorithm?"
|
||||
|
Reference in New Issue
Block a user