Improved Time Complexity of Bandwidth Approximation in Dense Graphs
Hao-Hsiang Hung

TL;DR
This paper presents a faster randomized algorithm for approximating the bandwidth of dense graphs, reducing the time complexity significantly while maintaining approximation quality, and extends applicability to broader graph classes.
Contribution
The paper introduces a novel, faster randomized algorithm for bandwidth approximation in dense graphs, improving previous time bounds and extending the class of graphs where the approach is effective.
Findings
Reduced time complexity from $O(n^6 ( ext{log} n)^{O(1)})$ to $O(n^{4+o(1)})$
Reformulated the perfect matching phase with a smaller maximum flow problem, achieving $O(n^2 ext{log} ext{log} n)$ complexity
Extended the algorithm's polynomial time applicability to graphs with $ ext{min degree} o O(( ext{log} ext{log} n)^2 / ext{log} n)$
Abstract
Given a graph and and a proper labeling from to , we define as the maximum absolute difference between and where . The bandwidth of is the minimum for all . Say is -dense if its minimum degree is . In this paper, we investigate the trade-off between the approximation ratio and the time complexity of the classical approach of Karpinski {et al}.\cite{Karpin97}, and present a faster randomized algorithm for approximating the bandwidth of -dense graphs. In particular, by removing the polylog factor of the time complexity required to enumerate all possible placements for balls to bins, we reduce the time complexity from to . In advance, we reformulate the perfect matching phase of the algorithm with a maximum flow problem of smaller size…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Advanced Graph Theory Research · Optimization and Search Problems
