Related Experiment Video
Updated: May 24, 2025

Measuring the Subjective Value of Risky and Ambiguous Options using Experimental Economics and Functional MRI Methods
Published on: September 19, 2012
A nearly optimal randomized algorithm for explorable heap selection
Sander Borst1, Daniel Dadush1,2, Sophie Huiberts3
1Centrum Wiskunde & Informatica (CWI), Amsterdam, The Netherlands.
Abstract:
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 time algorithms using and space respectively. We present a new randomized algorithm with running time against an oblivious adversary using space, substantially improving the previous best randomized running time at the expense of slightly increased space usage. We also show an lower bound for any algorithm that solves the problem in the same amount of space, indicating that our algorithm is nearly optimal.
Related Concept Videos
Randomized Experiments
Simple randomization
Simple...
Random Sampling Method
Group Design
Cluster Sampling Method
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
Sampling Plans
Random sampling is a method where each member of the population has an equal chance of being selected for the sample. It involves selecting individuals randomly, often using random number generators or lottery-type methods. For example, when analyzing the properties of a...
Stratified Sampling Method
To choose a stratified sample, divide the population into groups called strata and then take a...

