Wednesday, July 03, 2013

Reservoir Sampling

Say you have a stream of items of large and unknown length that we can only iterate over once. Create an algorithm that randomly chooses an item from this stream such that each item is equally likely to be selected. - an excellent explanation of Reservoir Sampling algorithm.

No comments: