An Improved Deterministic Algorithm for the Online Min-Sum Set Cover Problem

Abstract

We study the online variant of the Min-Sum Set Cover (MSSC) problem, a generalization of the well-known list update problem. In the MSSC problem, an algorithm has to maintain the time-varying permutation of the list of n elements, and serve a sequence of requests R1, R2, …, Rt, …. Each Rt is a subset of elements of cardinality at most r. For a requested set Rt, an online algorithm has to pay the cost equal to the position of the first element from Rt on its list. Then, it may arbitrarily permute its list, paying the number of swapped adjacent element pairs. We present the first constructive deterministic algorithm for this problem, whose competitive ratio does not depend on n. Our algorithm is O(r2)-competitive, which beats both the existential upper bound of O(r4) by Bienkowski and Mucha [AAAI '23] and the previous constructive bound of O(r3/2 · n) by Fotakis et al. [ICALP '20]. Furthermore, we show that our algorithm attains an asymptotically optimal competitive ratio of O(r) when compared to the best fixed permutation of elements.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…