Title :
Single Source -- All Sinks Max Flows in Planar Digraphs
Author :
Jakub Lacki;Yahav Nussbaum;Piotr Sankowski;Christian Wulff-Nilsen
Author_Institution :
Inst. of Inf., Univ. of Warsaw, Warsaw, Poland
Abstract :
Let G = (V, E) be a planar n-vertex digraph. Consider the problem of computing max st-flow values in G from a fixed source s to all sinks t ϵ V \ {s}. We show how to solve this problem in near-linear O(n log3 n) time. Previously, nothing better was known than running a single-source singlesink max How algorithm n-1 times, giving a total time bound of O(n2 log n) with the algorithm of Borradaile and Klein. An important implication is that all-pairs max st-How values in G can be computed in near-quadratic time. This is close to optimal as the output size is 8(n2). We give a quadratic lower bound on the number of distinct max How values and an Ω(n3) lower bound for the total size of all min cut-sets. This distinguishes the problem from the undirected case where the number of distinct max How values is O(n). Previous to our result, no algorithm which could solve the all-pairs max How values problem faster than the time of 8(n2) max-How computations for every planar digraph was known. This result is accompanied with a data structure that reports min cut-sets. For fixed s and all t, after O(n1.5 log2 n) preprocessing time, it can report the set of arcs C crossing a min st-cut in O(|C|) time.
Keywords :
"Educational institutions","Partitioning algorithms","Electronic mail","Computer science","Standards","Informatics","Data structures"
Conference_Titel :
Foundations of Computer Science (FOCS), 2012 IEEE 53rd Annual Symposium on
Print_ISBN :
978-1-4673-4383-1
DOI :
10.1109/FOCS.2012.66