blatt 9
This commit is contained in:
parent
47a5b2aa8c
commit
1dd794d7ad
14 changed files with 420 additions and 0 deletions
23
übung_9/aufgabe_1.tex
Normal file
23
übung_9/aufgabe_1.tex
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
\section{Kleinste Schnitte}
|
||||
\begin{tasks}
|
||||
\item
|
||||
Siehe \autoref{fig:1a}.
|
||||
\points{2}
|
||||
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[page=1, width=0.5\textwidth]{figures.pdf}
|
||||
\caption{Gegenbeispiel; Minimaler Schnitt $\tup{S, T}$ und nicht minimaler Schnitt $\tup{\set{v}, V \setminus \set{v}}$ in rot.}
|
||||
\label{fig:1a}
|
||||
|
||||
\end{figure}
|
||||
|
||||
\item
|
||||
Die Wahrscheinlichkeit, dass \alg*{Contract} in keiner Iteration
|
||||
eine Kante aus $C = \set{uv \in E \mid u \in S, v \in T}$ mit minimalem Schnitt $\tup{S, T}$ kontrahiert, also immer die falschen Knoten auswählt,
|
||||
ist laut Vorlesung $\frac{2}{n(n-1)}$. Das heißt die Zahl der
|
||||
richtigen Knoten wächst quadratisch, da die Wahrscheinlichkeit quadratisch
|
||||
abnimmt.
|
||||
\points{3}
|
||||
|
||||
\end{tasks}
|
||||
Loading…
Add table
Add a link
Reference in a new issue