Graph Theory37 sections · 1633 units
Open in CourseQuiz: Negative Cycle Impact
Knowledge check
Check Your Understanding
High Score: Find the maximum score path, which is like finding the longest path. You negate all weights and run Bellman-Ford. It detects a 'negative cycle' (positive in original). What does this mean?
- A.The graph is disconnected
- B.You should use Dijkstra instead
- C.No solution exists
- D.The maximum score is unbounded (infinite)