Let G = (V, E) be an undirected graph. For any k 1, define G (k)
Question:
Let G = (V, E) be an undirected graph. For any k ≥ 1, define G(k) to be the undirected graph (V(k), E(k)), where V(k) is the set of all ordered k-tuples of vertices from V and E(k) is defined so that (ν1, ν2, . . . , νk) is adjacent to (w1, w2, . . . ,wk) if and only if for i = 1, 2, . . . ,k, either vertex νi is adjacent to wi in G, or else νi = wi.
a. Prove that the size of the maximum clique in G(k) is equal to the kth power of the size of the maximum clique in G.
b. Argue that if there is an approximation algorithm that has a constant approximation ratio for finding a maximum-size clique, then there is a polynomial-time approximation scheme for the problem.
Step by Step Answer:
Introduction to Algorithms
ISBN: 978-0262033848
3rd edition
Authors: Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest