Content deleted Content added
Alter: title. Add: year, pages, volume, journal, title, url, title-link, author pars. 1-1. Removed URL that duplicated unique identifier. Formatted dashes. | You can use this tool yourself. Report bugs here. |
m Typo fixing, typo(s) fixed: Karger’s → Karger's |
||
Line 64:
==Computational complexity==<!-- [[Probabilistic complexity]] and [[Probabilistic computational complexity]] redirect here -->
[[Computational complexity theory]] models randomized algorithms as ''[[probabilistic Turing machine
The class of problems for which both YES and NO-instances are allowed to be identified with some error is called [[Bounded-error probabilistic polynomial|BPP]]. This class acts as the randomized equivalent of [[P (complexity)|P]], i.e. BPP represents the class of efficient randomized algorithms.
Line 99:
Recall that the [[Edge contraction|contraction]] of two nodes, ''u'' and ''v'', in a (multi-)graph yields a new node ''u'' ' with edges that are the union of the edges incident on either ''u'' or ''v'', except from any edge(s) connecting ''u'' and ''v''. Figure 1 gives an example of contraction of vertex ''A'' and ''B''.
After contraction, the resulting graph may have parallel edges, but contains no self loops.
[[File:Single run of Karger’s Mincut algorithm.svg|thumb|340px|Figure 2: Successful run of
[[File:Contraction vertices.jpg|300px|thumb|center|Figure 1: Contraction of vertex A and B]]
Karger's<ref>A. A. Tsay, W. S. Lovejoy, David R. Karger, ''[http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.215.794&rep=rep1&type=pdf Random Sampling in Cut, Flow, and Network Design Problems]'', Mathematics of Operations Research, 24(2):383–413, 1999.</ref> basic algorithm:
|