Guest User

Untitled

a guest
May 28th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. k = Genauigkeit des ApproxAlgos/Abweichung von der max{Clique}
  2.  
  3. 1 finde eine Clique in Graph G := {V, E}
  4. 2 speichern
  5. 3 foreach v in V: füge v zur Clique hinzu. Falls damit gilt: |V| - k <= |Clique| <= |V| sind wir fertig.
  6. 4 foreach v in Clique: Entferne v aus dem Graphen, GOTO 1
Add Comment
Please, Sign In to add comment