vix.ing · top · new · best · stats · spec

Online minimum matching with uniform metric and random arrivals

2021/12/09 by Duppala, Sharmila, Sankararaman, Karthik A., Xu, Pan
#Data Structures and Algorithms (cs.DS) #FOS: Computer and information sciences

paper · doi:10.48550/arxiv.2112.05247

Abstract

We consider Online Minimum Bipartite Matching under the uniform metric. We show that Randomized Greedy achieves a competitive ratio equal to (1+1/n) (Hn+1-1), which matches the lower bound. Comparing with the fact that RG achieves an optimal ratio of Θ(ln n) for the same problem but under the adversarial order, we find that the weaker arrival assumption of random order doesn't offer any extra algorithmic advantage for RG, or make the model strictly more tractable.

Related