Networks & Graphs

Table of Contents

Shortest path algorithms

Arcs in digraphs may carry negative weights. if there’s a cycle of negative weight, there are no shortest paths. Otherwise, there might be.

Dijkstra’s (non-negative weights)

Bellman-Ford algorithm