Jump to content

Principle of deferred decision

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by 132.77.4.129 (talk) at 12:06, 10 February 2013 (stub - without any examples, this article is pretty useless). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Principle of Deferred Decisions is a technique used in analysis of randomized algorithms.

Definition

A randomized algorithm makes a set of random choices. These random choices may be intricately related making it difficult to analyze it. In many of these cases Principle of Deferred Decisions is used. The idea behind the principle is that the entire set of random choices are not made in advance, but rather fixed only as they are revealed to the algorithm.

Applications

References

  • M. Mitzenmacher and E. Upfal. Probability and Computing : Randomized Algorithms and Probabilistic Analysis. Cambridge University Press, New York (NY), 2005. Section 1.3, page 9.