Prim-Algorithmus: Unterschied zwischen den Versionen

Aus KGS-Wiki
(→‎Beispiel: Schritte präziser beschrieben)
K (Beispielgraphen durch Vorlageneinbindung ersetzt (sooooo guuuuuut...))
Zeile 1: Zeile 1:
{{Thumbnailbox|
{{Thumbnailbox|
INHALT={{#mermaid:graph LR
INHALT={{Beispielgraph}}
a((A))
b((B))
c((C))
d((D))
e((E))
a -- 3 --- b
b -- 7 --- c
a -- 1 --- c
b -- 5 --- d
b -- 1 --- e
c -- 2 --- d
d -- 7 --- e
}}
|CAPTION=Ein Beispielgraph}}
|CAPTION=Ein Beispielgraph}}


Zeile 35: Zeile 22:
|INHALT=
|INHALT=
{{Thumbnailbox|
{{Thumbnailbox|
INHALT={{#mermaid:graph LR
INHALT={{Beispielgraph|link=lightgray}}
a((A))
b((B))
c((C))
d((D))
e((E))
a -- 3 --- b
b -- 7 --- c
a -- 1 --- c
b -- 5 --- d
b -- 1 --- e
c -- 2 --- d
d -- 7 --- e
linkStyle default stroke:lightgray, fill:none;
}}
|CAPTION=Vorbereitung: <math>T</math> ist noch leer.
|CAPTION=Vorbereitung: <math>T</math> ist noch leer.
|ALIGN=left
|ALIGN=left
Zeile 55: Zeile 28:


{{Thumbnailbox|
{{Thumbnailbox|
INHALT={{#mermaid:graph LR
INHALT={{Beispielgraph|link=lightgray|C=#00B169}}
a((A))
b((B))
c((C))
d((D))
e((E))
a -- 3 --- b
b -- 7 --- c
a -- 1 --- c
b -- 5 --- d
b -- 1 --- e
c -- 2 --- d
d -- 7 --- e
style c fill:#00B169;
linkStyle default stroke:lightgray, fill:none;
}}
|CAPTION=Schritt 1: wähle zufälligen Knoten und füge ihn zu <math>T</math> hinzu.
|CAPTION=Schritt 1: wähle zufälligen Knoten und füge ihn zu <math>T</math> hinzu.
|ALIGN=left
|ALIGN=left
Zeile 76: Zeile 34:


{{Thumbnailbox|
{{Thumbnailbox|
INHALT={{#mermaid:graph LR
INHALT={{Beispielgraph|link=lightgray|C=#00B169|AC=#00B169|A=#00B169}}
a((A))
b((B))
c((C))
d((D))
e((E))
a -- 3 --- b
b -- 7 --- c
a -- 1 --- c
b -- 5 --- d
b -- 1 --- e
c -- 2 --- d
d -- 7 --- e
style c fill:#00B169;
style a fill:#00B169;
linkStyle default stroke:lightgray, fill:none;
linkStyle 2 stroke:#00B169, fill:none;
}}
|CAPTION=Schritt 2: von allen Kanten, die einen Knoten in <math>T = \left\lbrace C\right\rbrace</math> mit einem anderen<br>Knoten verbinden, hat <math>\overline{AC}</math> das kleinste Gewicht. Füge <math>A</math> und <math>\overline{AC}</math> zu <math>T</math> hinzu.
|CAPTION=Schritt 2: von allen Kanten, die einen Knoten in <math>T = \left\lbrace C\right\rbrace</math> mit einem anderen<br>Knoten verbinden, hat <math>\overline{AC}</math> das kleinste Gewicht. Füge <math>A</math> und <math>\overline{AC}</math> zu <math>T</math> hinzu.
|ALIGN=left
|ALIGN=left
Zeile 99: Zeile 40:


{{Thumbnailbox|
{{Thumbnailbox|
INHALT={{#mermaid:graph LR
INHALT={{Beispielgraph|link=lightgray|C=#00B169|AC=#00B169|A=#00B169|CD=#00B169|D=#00B169}}
a((A))
b((B))
c((C))
d((D))
e((E))
a -- 3 --- b
b -- 7 --- c
a -- 1 --- c
b -- 5 --- d
b -- 1 --- e
c -- 2 --- d
d -- 7 --- e
style c fill:#00B169;
style a fill:#00B169;
style d fill:#00B169;
linkStyle default stroke:lightgray, fill:none;
linkStyle 2 stroke:#00B169, fill:none;
linkStyle 5 stroke:#00B169, fill:none;
}}
|CAPTION=Schritt 3: von allen Kanten, die einen Knoten in <math>T = \left\lbrace A, C\right\rbrace</math> mit einem anderen<br>Knoten verbinden, hat <math>\overline{CD}</math> das kleinste Gewicht. Füge <math>D</math> und <math>\overline{CD}</math> zu <math>T</math> hinzu.
|CAPTION=Schritt 3: von allen Kanten, die einen Knoten in <math>T = \left\lbrace A, C\right\rbrace</math> mit einem anderen<br>Knoten verbinden, hat <math>\overline{CD}</math> das kleinste Gewicht. Füge <math>D</math> und <math>\overline{CD}</math> zu <math>T</math> hinzu.
|ALIGN=left
|ALIGN=left
Zeile 124: Zeile 46:


{{Thumbnailbox|
{{Thumbnailbox|
INHALT={{#mermaid:graph LR
INHALT={{Beispielgraph|link=lightgray|C=#00B169|AC=#00B169|A=#00B169|CD=#00B169|D=#00B169|AB=#00B169|B=#00B169}}
a((A))
b((B))
c((C))
d((D))
e((E))
a -- 3 --- b
b -- 7 --- c
a -- 1 --- c
b -- 5 --- d
b -- 1 --- e
c -- 2 --- d
d -- 7 --- e
style c fill:#00B169;
style a fill:#00B169;
style d fill:#00B169;
style b fill:#00B169;
linkStyle default stroke:lightgray, fill:none;
linkStyle 2 stroke:#00B169, fill:none;
linkStyle 5 stroke:#00B169, fill:none;
linkStyle 0 stroke:#00B169, fill:none;
}}
|CAPTION=Schritt 4: füge <math>B</math> und <math>\overline{AB}</math> zu <math>T</math> hinzu.
|CAPTION=Schritt 4: füge <math>B</math> und <math>\overline{AB}</math> zu <math>T</math> hinzu.
|ALIGN=left
|ALIGN=left
Zeile 151: Zeile 52:


{{Thumbnailbox|
{{Thumbnailbox|
INHALT={{#mermaid:graph LR
INHALT={{Beispielgraph|link=lightgray|C=#00B169|AC=#00B169|A=#00B169|CD=#00B169|D=#00B169|AB=#00B169|B=#00B169|BE=#00B169|E=#00B169}}
a((A))
b((B))
c((C))
d((D))
e((E))
a -- 3 --- b
b -- 7 --- c
a -- 1 --- c
b -- 5 --- d
b -- 1 --- e
c -- 2 --- d
d -- 7 --- e
style c fill:#00B169;
style a fill:#00B169;
style d fill:#00B169;
style b fill:#00B169;
style e fill:#00B169;
linkStyle default stroke:lightgray, fill:none;
linkStyle 2 stroke:#00B169, fill:none;
linkStyle 5 stroke:#00B169, fill:none;
linkStyle 0 stroke:#00B169, fill:none;
linkStyle 4 stroke:#00B169, fill:none;
}}
|CAPTION=Schritt 5: füge <math>E</math> und <math>\overline{BE}</math> zu <math>T</math> hinzu.
|CAPTION=Schritt 5: füge <math>E</math> und <math>\overline{BE}</math> zu <math>T</math> hinzu.
|ALIGN=left
|ALIGN=left

Version vom 4. Dezember 2023, 01:08 Uhr

Ein Beispielgraph

Der Prim-Algorithmus ist ein Algorithmus, der zu einem gegebenen gewichteten Graphen einen minimalen Spannbaum berechnet.

Der Algorithmus wurde 1930 von Vojtěch Jarník entwickelt, 1957 vom namensgebenden Robert Prim und 1959 noch einmal von Edsger Dijkstra wiederentdeckt und funktioniert folgendermaßen:

  1. Wir beginnen mit einem leeren Spannbaum , den wir uns im Folgenden zusammenbasteln.
  2. Wähle zufällig einen Knoten aus dem Graphen und füge ihn zu hinzu.
  3. Solange noch nicht alle Knoten enthält, wiederhole folgende Schritte:
    1. Betrachte alle Kanten, die einen Knoten in mit einem Knoten, der nicht in ist, verbinden.
    2. Wähle von diesen Kanten eine mit dem kleinsten Gewicht
    3. Füge diese Kante und den daran hängenden Knoten, der noch nicht in ist, zu hinzu.

ist dann ein minimaler Spannbaum.

Beispiel

So erzeugt der Prim-Algorithmus aus dem Beispielgraphen einen MST:

Nach Schritt 5 enthält der Baum alle Knoten und erfüllt damit die Kriterien für einen Spannbaum.

Weblinks