k-Clique

For a constant k3k \geq 3, the kk-Clique problem is as follows: given a graph G=(V,E)G = (V, E) on nn vertices, does GG contain kk distinct vertices a1,,aka_1, \ldots, a_k so that for every (i,j)(i, j), iji \neq j, (ai,aj)E(a_i, a_j ) \in E Such a kk node graph is called a kk-clique.

Parameters

  • nn: number of vertices
  • mm: number of edges
  • kk: size of clique

Insufficient data to display graph

Filters

Computational Model

Randomization

Approximation

Algorithms Table

Insuffient Data to display table

Reductions Table

Displaying 6 of 6 reductions

Other relevant algorithms

Insuffient Data to display table