English

Finding All Leftmost Separators of Size $\leq k$

Data Structures and Algorithms 2021-11-05 v1

Abstract

We define a notion called leftmost separator of size at most kk. A leftmost separator of size kk is a minimal separator SS that separates two given sets of vertices XX and YY such that we "cannot move SS more towards XX" such that S|S| remains smaller than the threshold. One of the incentives is that by using leftmost separators we can improve the time complexity of treewidth approximation. Treewidth approximation is a problem which is known to have a linear time FPT algorithm in terms of input size, and only single exponential in terms of the parameter, treewidth. It is not known whether this result can be improved theoretically. However, the coefficient of the parameter kk (the treewidth) in the exponent is large. Hence, our goal is to decrease the coefficient of kk in the exponent, in order to achieve a more practical algorithm. Hereby, we trade a linear-time algorithm for an O(nlogn)\mathcal{O}(n \log n)-time algorithm. The previous known O(f(k)nlogn)\mathcal{O}(f(k) n \log n)-time algorithms have dependences of 224kk!2^{24k}k!, 28.766kk22^{8.766k}k^2 (a better analysis shows that it is 27.671kk22^{7.671k}k^2), and higher. In this paper, we present an algorithm for treewidth approximation which runs in time O(26.755k nlogn)\mathcal{O}(2^{6.755k}\ n \log n), Furthermore, we count the number of leftmost separators and give a tight upper bound for them. We show that the number of leftmost separators of size k\leq k is at most Ck1C_{k-1} (Catalan number). Then, we present an algorithm which outputs all leftmost separators in time O(4kkn)\mathcal{O}(\frac{4^k}{\sqrt{k}}n).

Keywords

Cite

@article{arxiv.2111.02614,
  title  = {Finding All Leftmost Separators of Size $\leq k$},
  author = {Mahdi Belbasi and Martin Fürer},
  journal= {arXiv preprint arXiv:2111.02614},
  year   = {2021}
}
R2 v1 2026-06-24T07:25:29.081Z