Concept

Directed acyclic graph — where it appears

A directed graph with no cycles, so its vertices can be listed in an order where every arc points forward. That order lets shortest paths be computed in one relaxation pass, negative arcs included, where a graph with cycles needs repeated passes or a queue.

Named by 2 essays across one field — each of them below, with the objects they name alongside it.

Named alongside it

The objects these essays reach for when they reach for this one.

Bellman–FordCounted primitiveNegative weightRelaxationShortest pathTopological sortComplexity classCondensationDijkstra's algorithmDirected graphEarly exitEvaluation order

All concepts