Into the Square - On the Complexity of Quadratic-Time Solvable Problems
Michele Borassi, Pierluigi Crescenzi, and Michel Habib

TL;DR
This paper classifies quadratic-time solvable problems into those that can be solved in truly subquadratic time and those that cannot unless SETH is false, providing new algorithms and hardness results for several problems.
Contribution
It introduces a faster algorithm for transitive closure and graph recognition, and establishes hardness results linking quadratic problems to SETH.
Findings
New $O(n^{5/3})$ algorithm for sparse transitive closure
First truly subquadratic algorithm for comparability graph recognition
Hardness results connecting quadratic problems to SETH
Abstract
This paper will analyze several quadratic-time solvable problems, and will classify them into two classes: problems that are solvable in truly subquadratic time (that is, in time for some ) and problems that are not, unless the well known Strong Exponential Time Hypothesis (SETH) is false. In particular, we will prove that some quadratic-time solvable problems are indeed easier than expected. We will provide an algorithm that computes the transitive closure of a directed graph in time , where denotes the number of edges in the transitive closure and is the exponent for matrix multiplication. As a side effect, we will prove that our algorithm runs in time if the transitive closure is sparse. The same time bounds hold if we want to check whether a graph is transitive, by replacing m with the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Theory Research · Algorithms and Data Compression · Complexity and Algorithms in Graphs
