English

When can Graph Hyperbolicity be computed in Linear Time?

Computational Complexity 2017-02-22 v1 Data Structures and Algorithms

Abstract

Hyperbolicity measures, in terms of (distance) metrics, how close a given graph is to being a tree. Due to its relevance in modeling real-world networks, hyperbolicity has seen intensive research over the last years. Unfortunately, the best known algorithms for computing the hyperbolicity number of a graph (the smaller, the more tree-like) have running time O(n4)O(n^4), where nn is the number of graph vertices. Exploiting the framework of parameterized complexity analysis, we explore possibilities for "linear-time FPT" algorithms to compute hyperbolicity. For instance, we show that hyperbolicity can be computed in time O(2O(k)+n+m)O(2^{O(k)} + n +m) (mm being the number of graph edges) while at the same time, unless the SETH fails, there is no 2o(k)n22^{o(k)}n^2-time algorithm.

Keywords

Cite

@article{arxiv.1702.06503,
  title  = {When can Graph Hyperbolicity be computed in Linear Time?},
  author = {Till Fluschnik and Christian Komusiewicz and George B. Mertzios and André Nichterlein and Rolf Niedermeier and Nimrod Talmon},
  journal= {arXiv preprint arXiv:1702.06503},
  year   = {2017}
}
R2 v1 2026-06-22T18:24:26.506Z