Given a graph G, the sparsest-cut problem asks to find the set of vertices S which has the least expansion defined as ϕG(S):=min{w(S),w(Sˉ)}w(E(S,Sˉ)), where w is the total edge weight of a subset. Here we study the natural generalization of this problem: given an integer k, compute a k-partition {P1,…,Pk} of the vertex set so as to minimize ϕk({P1,…,Pk}):=imaxϕG(Pi). Our main result is a polynomial time bi-criteria approximation algorithm which outputs a (1−\e)k-partition of the vertex set such that each piece has expansion at most Oε(lognlogk) times OPT. We also study balanced versions of this problem.
@article{arxiv.1306.4384,
title = {Approximation Algorithm for Sparsest k-Partitioning},
author = {Anand Louis and Konstantin Makarychev},
journal= {arXiv preprint arXiv:1306.4384},
year = {2013}
}