The Problem:
Given a graph G and a number k, does G contain a clique of size
at least k? I.e. does there exists a subset S⊆V such that |S|=k and
there are all possible (k2) edges present among the vertices in
S?
Sample Input/Output pairs
For the sample inputs, let us consider the following graph,
which we will call G0:
The Problem: Given a graph G and a number k, does G contain a clique of size at least k? I.e. does there exists a subset
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
The Problem: Given a graph G and a number k, does G contain a clique of size at least k? I.e. does there exists a subset
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!