Skip to main content

Showing 1–2 of 2 results for author: Surianarayanan, V

Searching in archive cs. Search in all archives.
.
  1. arXiv:2308.10657  [pdf, other

    cs.DS

    Parameterized Complexity of Fair Bisection: FPT-Approximation meets Unbreakability

    Authors: Tanmay Inamdar, Daniel Lokshtanov, Saket Saurabh, Vaishali Surianarayanan

    Abstract: In the Minimum Bisection problem, input is a graph $G$ and the goal is to partition the vertex set into two parts $A$ and $B$, such that $||A|-|B|| \le 1$ and the number $k$ of edges between $A$ and $B$ is minimized. This problem can be viewed as a clustering problem where edges represent similarity, and the task is to partition the vertices into two equally sized clusters, while minimizing the nu… ▽ More

    Submitted 21 August, 2023; originally announced August 2023.

    Comments: Full version of ESA 2023 paper. Abstract shortened to meet the character limit

  2. arXiv:2005.00134  [pdf, other

    cs.DS

    A Parameterized Approximation Scheme for Min $k$-Cut

    Authors: Daniel Lokshtanov, Saket Saurabh, Vaishali Surianarayanan

    Abstract: In the Min $k$-Cut problem, input is an edge weighted graph $G$ and an integer $k$, and the task is to partition the vertex set into $k$ non-empty sets, such that the total weight of the edges with endpoints in different parts is minimized. When $k$ is part of the input, the problem is NP-complete and hard to approximate within any factor less than $2$. Recently, the problem has received significa… ▽ More

    Submitted 11 September, 2020; v1 submitted 30 April, 2020; originally announced May 2020.

    Comments: 32 pages, 5 figures, to appear in FOCS '20. Typos from previous version fixed