Graph Theory37 sections · 1633 units
Open in CourseQuiz: Pattern Recognition
Knowledge check
Check Your Understanding
You need to find if there's ANY path between two nodes in an unweighted graph. Which technique should you use?
- A.BFS or DFS (either works)
- B.Floyd-Warshall
- C.Bellman-Ford
- D.Dijkstra's algorithm