English

Expected time complexity of the auction algorithm and the push relabel algorithm for maximal bipartite matching on random graphs

Data Structures and Algorithms 2017-04-07 v1

Abstract

In this paper we analyze the expected time complexity of the auction algorithm for the matching problem on random bipartite graphs. We prove that the expected time complexity of the auction algorithm for bipartite matching is O(Nlog2(N)log(Np))O\left(\frac{N\log^2(N)}{\log\left(Np\right)}\right) on sequential machines. This is equivalent to other augmenting path algorithms such as the HK algorithm. Furthermore, we show that the algorithm can be implemented on parallel machines with O(log(N))O(\log(N)) processors and shared memory with an expected time complexity of O(Nlog(N))O(N\log(N)).

Keywords

Cite

@article{arxiv.1401.0119,
  title  = {Expected time complexity of the auction algorithm and the push relabel algorithm for maximal bipartite matching on random graphs},
  author = {Oshri Naparstek and Amir Leshem},
  journal= {arXiv preprint arXiv:1401.0119},
  year   = {2017}
}
R2 v1 2026-06-22T02:37:31.225Z