Graph Theory37 sections · 1633 units
Open in CourseQuiz: Message Route Pattern
Knowledge check
Check Your Understanding
Message Route: Find the shortest path from node to node in an unweighted graph. Which technique fits best?
- A.DFS with path tracking
- B.Dijkstra's algorithm
- C.Dynamic programming on the graph
- D.BFS with parent tracking