Give you a list of the length of N. N is big, but you don't know how big N is. Your task is to randomly remove k elements from these n elements.

Source: Internet
Author: User

Give you a list of the length of N. N is big, but you don't know how big N is. Your task is to randomly remove k elements from these n elements. You can only traverse this list once. Your algorithm must ensure that the extracted elements happen to have K, and that they are completely random (with equal probability of occurrence).


The answer is from the network: Reservoir sampling: First save the first k elements, starting from the first k+1 elements, the probability of 1/i (i=k+1, k+2,..., N) selected the first element, and randomly replace a saved record, so that the traversal once to get k elements, can be guaranteed to completely randomly selected.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.