中文

平面图的最小st-割的O(n loglog n)时间算法

离散数学 2010-10-08 v2

摘要

给定一个具有非负边权的平面无向nn顶点图GG,我们展示了如何针对GG中给定的顶点sstt,在O(nloglogn)O(n \log\log n)时间和O(n)O(n)空间内计算GG中的最小stst-割。此前的最佳时间界为O(nlogn)O(n \log n)

关键词

引用

@article{arxiv.1007.3609,
  title  = {Min st-Cut of a Planar Graph in O(n loglog n) Time},
  author = {Christian Wulff-Nilsen},
  journal= {arXiv preprint arXiv:1007.3609},
  year   = {2010}
}

备注

Added mainly details and corrections to the r-division section