Graph Theory37 sections · 1633 units
Open in CourseQuiz: Technique Selection
Knowledge check
Check Your Understanding
Match the problem to the technique: 'Count the number of paths from node to node in a DAG.'
- A.DP on DAG in topological order
- B.BFS
- C.Floyd-Warshall
- D.DFS with cycle detection