Aho, Garey & Ullman (Transitive Reduction Problem of Directed Graphs Transitive Reduction Problem): Difference between revisions

From Algorithm Wiki
Jump to navigation Jump to search
No edit summary
Tags: Manual revert Reverted
No edit summary
Tags: Manual revert Reverted
Line 1: Line 1:
== Time Complexity ==  
== Time Complexity ==  


$O(n^{2.48})$
$O(n^{2.372})$


== Space Complexity ==  
== Space Complexity ==  
Line 27: Line 27:
== Year ==  
== Year ==  


1986
1990


== Reference ==  
== Reference ==  


https://epubs.siam.org/doi/pdf/10.1137/0201008
https://epubs.siam.org/doi/pdf/10.1137/0201008

Revision as of 12:22, 3 May 2023

Time Complexity

$O(n^{2.372})$

Space Complexity

$O(n^{2})$ words

(see (boolean) matrix multiplication)

Description

Approximate?

Exact

Randomized?

No, deterministic

Model of Computation

Word RAM

Year

1990

Reference

https://epubs.siam.org/doi/pdf/10.1137/0201008