Efficient parameterized algorithms for computing all-pairs shortest paths

arXiv (Cornell University)(2023)

引用 7|浏览3
暂无评分
摘要
Computing for all pairs of vertices the shortest paths in a graph is a fundamental and much-studied problem with many applications. Unfortunately, despite intense study, there are still no significantly faster algorithms for it than the O(n(3)) time algorithm due to Floyd and Warshall (1962). Somewhat faster algorithms exist for the vertex-weighted version if fast matrix multiplication may be used. Yuster (SODA 2009) gave an algorithm running in time O(n(2.842)), but no combinatorial, truly subcubic algorithm is known. Motivated by the recent framework of efficient parameterized algorithms (or '' FPT in P ''), we investigate the influence of the graph parameters clique-width (cw) and modular-width (mw) on the running times of algorithms for solving vertex-weighted all-pairs shortest paths. We obtain efficient (and combinatorial) parameterized algorithms of times O(cw(2)n(2)), resp. O(mw(2)n + n(2)). If fast matrix multiplication is allowed then the latter can be improved to O(mw(1.842)n+ n(2)) using the algorithm of Yuster as a black box. The algorithm relative to modular-width is adaptive, meaning that the running time matches the best unparameterized algorithm for parameter value mw equal to n, and outperforms it already for mw epsilon O(n(1-epsilon)) for any epsilon > 0. (c) 2023 Elsevier B.V. All rights reserved.
更多
查看译文
关键词
All-pairs shortest Paths,efficient parameterized Algorithms,parameterized Complexity,Clique-width,Modular-width
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要