Explorable heap selection is the problem of selecting the
nth 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
\documentclass[12pt]{minimal}
\usepackage{amsmath}
\usepackage{wasysym}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsbsy}
\usepackage{mathrsfs}
\usepackage{upgreek}
\setlength{\oddsidemargin}{-69pt}
See how this article has been cited at scite.ai
scite shows how a scientific paper has been cited by providing the context of the citation, a classification describing whether it supports, mentions, or contrasts the cited claim, and a label indicating in which section the citation was made.