A nearly optimal randomized algorithm for explorable heap selection
Abstract
Explorable heap selection is the problem of selecting the th smallest value in a binary heap. The key values can only be accessed by traversing through the underlying infinite binary tree, and the complexity of the algorithm is measured by the total distance traveled in the tree (each edge has unit cost). This problem was originally proposed as a model to study search strategies for the branch-and-bound algorithm with storage restrictions by Karp, Saks and Widgerson (FOCS '86), who gave deterministic and randomized time algorithms using and space respectively. We present a new randomized algorithm with running time using space, substantially improving the previous best randomized running time at the expense of slightly increased space usage. We also show an for any algorithm that solves the problem in the same amount of space, indicating that our algorithm is nearly optimal.
Cite
@article{arxiv.2210.05982,
title = {A nearly optimal randomized algorithm for explorable heap selection},
author = {Sander Borst and Daniel Dadush and Sophie Huiberts and Danish Kashaev},
journal= {arXiv preprint arXiv:2210.05982},
year = {2024}
}