Randomized Algorithms: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 15: Line 15:


=Probabilistic Analysis=
=Probabilistic Analysis=
 
=Examples=
<br>
* [[Karger's Contraction Algorithm]]
<br>
<center>&#91;[[Algorithms#Randomized_Algorithm|Next]]]</center>

Revision as of 22:54, 20 October 2021

External

Internal

Overview

TODO CLRS page 114.

Enforcing a probability distribution on inputs ensures that no particular input always causes poor performance.

Probabilistic Analysis

Examples