Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8570803
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:38:28+00:00 2026-06-11T18:38:28+00:00

This question is extension of the question below the link. Weighted random numbers My

  • 0

This question is extension of the question below the link.

Weighted random numbers

My question is sampling weighted random number with additional condition that the weights of each element are dynamically changed frequently.

EDIT
Suppose there are N elements to pick with different weights.

For static weights, Walker’s alias method requires O(N) time to setup the alias but sampling cost is O(1) so it is one of the best to achieve my goal.

And binary search method requires also O(N) to make cumulative array and sampling cost is log(N)

However in my case, because the weights are frequently changed, the time complexity to modifying weights is also important.

So I want to know there are existing library or algorithm with the time complexity for both modifying the data structure and sampling less than O(N).

EDIT While I read the comments, I realize I need to impose additional conditions. Each modification phase, only few numbers(mostly two) of weights are modified, also those modifications does not change the total sum of weight(normalization condition).

If there is a solution, I also want to know if it can be used when the weights are real numbers too.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T18:38:30+00:00Added an answer on June 11, 2026 at 6:38 pm

    I’m facing the same problem. I will describe my current plan for solving it, but will be grateful for any other suggestions and/or implementation pointers.

    My current plan is to adapt the algorithm for Dynamic Order Statistics, as described in Section 14.1 of “Introduction to Algorithms” by Cormen/Leiserson/Rivest. You put your elements into a balanced binary tree, such as a red-black tree, with weights as keys. You augment the tree so that each node stores the sum of the weights in its subtree. The root then stores the sum of weights in the whole tree, say S. The subtree sums can be updated during tree operations in the same way as subtree sizes for dynamic order statistics. To do weighted sampling, you sample a number in [0..S] uniformly, say x; then search down tree for the node N such that the sum of weights of nodes preceding N in in-order traversal is <x, but the sum plus N‘s weight is >x — similar to the OS-Select operation for dynamic order statistics.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've already seen this question . It suggests that AMQP PECL extension is not
This is an Extension to the Question . I have tried below code to
this question is an extension of the question here i tried to extend Dane's
This question is an extension of this Related question . Taking Derick's advice, I
This question is an extension to the one raised here: Using factory_girl in Rails
This question already has an answer here: What are Extension Methods? 5 answers Usage
As an extension to this question here Linking JavaScript Libraries in User Controls I
This is an extension for this question asked an hour ago. We cannot modify
This is an extension / next step of this question I asked a few
This is an extension of this question and probably might even be a duplicate

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.