Faster Algorithms for All Pairs Non-decreasing Paths Problem
Data Structures and Algorithms
2019-04-25 v1
Abstract
In this paper, we present an improved algorithm for the All Pairs Non-decreasing Paths (APNP) problem on weighted simple digraphs, which has running time . Here is the number of vertices, and is the exponent of time complexity of fast matrix multiplication [Williams 2012, Le Gall 2014]. This matches the current best upper bound for -matrix product [Duan, Pettie 2009] which is reducible to APNP. Thus, further improvement for APNP will imply a faster algorithm for -matrix product. The previous best upper bound for APNP on weighted digraphs was [Duan, Gu, Zhang 2018]. We also show an time algorithm for APNP in undirected graphs which also reaches optimal within logarithmic factors.
Cite
@article{arxiv.1904.10701,
title = {Faster Algorithms for All Pairs Non-decreasing Paths Problem},
author = {Ran Duan and Ce Jin and Hongxun Wu},
journal= {arXiv preprint arXiv:1904.10701},
year = {2019}
}