Reduction from $(\min, \leq)$ Product to Triangle in Unweighted Graph

From Algorithm Wiki
Jump to navigation Jump to search

FROM: $(\min, \leq)$ Product TO: Triangle in Unweighted Graph

Description

Implications

if: to-time: $T(n)$ for unweighted graph
then: from-time: $O(n^{3/2} \sqrt{T(O(n))} \log n)$

Year

2018

Reference

V. V. Williams, R. R. Williams, Subcubic Equivalences Between Path, Matrix, and Triangle Problems. 2018.

https://dl.acm.org/doi/pdf/10.1145/3186893, Theorem 7.1