Graph Theory37 sections · 1633 units
Open in CourseQuiz: Reverse Processing
Knowledge check
Check Your Understanding
Greg and Graph: Nodes are deleted one by one. Find shortest paths after each deletion. Why process deletions in reverse order?
- A.Deletion is hard, but insertion into Floyd-Warshall is easy
- B.The graph must be processed backwards
- C.Reverse order is faster
- D.To avoid negative cycles