English

Some Extensions of the All Pairs Bottleneck Paths Problem

Data Structures and Algorithms 2013-06-26 v1

Abstract

We extend the well known bottleneck paths problem in two directions for directed unweighted (unit edge cost) graphs with positive real edge capacities. Firstly we narrow the problem domain and compute the bottleneck of the entire network in O(nωlogn)O(n^{\omega}\log{n}) time, where O(nω)O(n^{\omega}) is the time taken to multiply two nn-by-nn matrices over ring. Secondly we enlarge the domain and compute the shortest paths for all possible flow amounts. We present a combinatorial algorithm to solve the Single Source Shortest Paths for All Flows (SSSP-AF) problem in O(mn)O(mn) worst case time, followed by an algorithm to solve the All Pairs Shortest Paths for All Flows (APSP-AF) problem in O(dn(ω+9)/4)O(\sqrt{d}n^{(\omega+9)/4}) time, where dd is the number of distinct edge capacities. We also discuss real life applications for these new problems.

Keywords

Cite

@article{arxiv.1306.5815,
  title  = {Some Extensions of the All Pairs Bottleneck Paths Problem},
  author = {Tong-Wook Shinn and Tadao Takaoka},
  journal= {arXiv preprint arXiv:1306.5815},
  year   = {2013}
}
R2 v1 2026-06-22T00:39:40.183Z