Min st-Cut Oracle for Planar Graphs with Near-Linear Preprocessing Time
Abstract
For an undirected -vertex planar graph with non-negative edge-weights, we consider the following type of query: given two vertices and in , what is the weight of a min -cut in ? We show how to answer such queries in constant time with preprocessing time and space. We use a Gomory-Hu tree to represent all the pairwise min cuts implicitly. Previously, no subquadratic time algorithm was known for this problem. Since all-pairs min cut and the minimum cycle basis are dual problems in planar graphs, we also obtain an implicit representation of a minimum cycle basis in time and space. Additionally, an explicit representation can be obtained in time and space where is the size of the basis. These results require that shortest paths are unique. This can be guaranteed either by using randomization without overhead, or deterministically with an additional factor in the preprocessing times.
Cite
@article{arxiv.1003.1320,
title = {Min st-Cut Oracle for Planar Graphs with Near-Linear Preprocessing Time},
author = {Glencora Borradaile and Piotr Sankowski and Christian Wulff-Nilsen},
journal= {arXiv preprint arXiv:1003.1320},
year = {2013}
}
Comments
This is the final version submitted for journal publication and has improved the running time of an earlier version by a log n factor. This version includes the bibliography