English

Improving Online Bin Covering with Little Advice

Data Structures and Algorithms 2025-06-11 v1

Abstract

The online bin covering problem is: given an input sequence of items find a placement of the items in the maximum number of bins such that the sum of the items' sizes in each bin is at least~1. Boyar~{\em et~al}.\@~\cite{boyar2021} present a strategy that with O(loglogn)O(\log \log n) bits of advice, where nn is the length of the input sequence, achieves a competitive ratio of 8/150.53338/15\approx0.5333\ldots. We show that with a strengthened analysis and some minor improvements, the same strategy achieves the significantly improved competitive ratio of~135/2420.5578135/242\approx0.5578\ldots, still using O(loglogn)O(\log \log n) bits of advice.

Keywords

Cite

@article{arxiv.2506.09004,
  title  = {Improving Online Bin Covering with Little Advice},
  author = {Andrej Brodnik and Bengt J. Nilsson and Gordana Vujović},
  journal= {arXiv preprint arXiv:2506.09004},
  year   = {2025}
}

Comments

13 pages. This is an extended version of an article published in "35th International Workshop on Combinatorial Algorithms. IWOCA 2024." Lecture Notes in Computer Science, vol 14764. Springer Verlag

R2 v1 2026-07-01T03:09:30.279Z