Faster Cut-Equivalent Trees in Simple Graphs
Data Structures and Algorithms
2022-07-05 v4
Abstract
Let be an undirected connected simple graph on vertices. A cut-equivalent tree of is an edge-weighted tree on the same vertex set , such that for any pair of vertices , the minimum -cut in the tree is also a minimum -cut in , and these two cuts have the same cut value. In a recent paper [Abboud, Krauthgamer and Trabelsi, 2021], the authors propose the first subcubic time algorithm for constructing a cut-equivalent tree. More specifically, their algorithm has running time. In this paper, we improve the running time to if almost-linear time max-flow algorithms exist. Also, using the currently fastest max-flow algorithm by [van den Brand et al, 2021], our algorithm runs in time .
Cite
@article{arxiv.2106.03305,
title = {Faster Cut-Equivalent Trees in Simple Graphs},
author = {Tianyi Zhang},
journal= {arXiv preprint arXiv:2106.03305},
year = {2022}
}
Comments
Fix typos