Transitive Reduction Problem of Directed Graphs

A directed graph GtG^t is said to be a transitive reduction of the directed graph GG provided that (i) GG has a directed path from vertex uu to vertex vv if and only if GG has a directed path from vertex uu to vertex vv, and (ii) there is no graph with fewer arcs than GtG^t satisfying condition (i). The problem asks to find such a graph GtG^t for a given digraph GG.

Parameters

  • nn: number of vertices
  • mm: number of edges

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Displaying 2 of 2 algorithms

See more
Gries, Martin1989O(n3)O(n^3)O(n2)O(n^2)
Aho, Garey & Ullman1972O(nω)O(n^{\omega})O(n2)O(n^2)

Reductions Table

Insuffient Data to display table

Other relevant algorithms

Insuffient Data to display table