English

Lecture Notes on the ARV Algorithm for Sparsest Cut

Data Structures and Algorithms 2016-07-05 v1 Computational Geometry

Abstract

One of the landmarks in approximation algorithms is the O(logn)O(\sqrt{\log n})-approximation algorithm for the Uniform Sparsest Cut problem by Arora, Rao and Vazirani from 2004. The algorithm is based on a semidefinite program that finds an embedding of the nodes respecting the triangle inequality. Their core argument shows that a random hyperplane approach will find two large sets of Θ(n)\Theta(n) many nodes each that have a distance of Θ(1/logn)\Theta(1/\sqrt{\log n}) to each other if measured in terms of 22\|\cdot \|_2^2. Here we give a detailed set of lecture notes describing the algorithm. For the proof of the Structure Theorem we use a cleaner argument based on expected maxima over kk-neighborhoods that significantly simplifies the analysis.

Keywords

Cite

@article{arxiv.1607.00854,
  title  = {Lecture Notes on the ARV Algorithm for Sparsest Cut},
  author = {Thomas Rothvoss},
  journal= {arXiv preprint arXiv:1607.00854},
  year   = {2016}
}
R2 v1 2026-06-22T14:42:29.115Z