0

I was trying to solve a basic clique problem but i have stucked at some following points:

  • what is is the minimum size of the largest clique in any graph with N nodes and M edges

  • To Find the largest clique in a graph

Please tell me difference between above two statement.

Amit Pal
  • 10,604
  • 26
  • 80
  • 160

1 Answers1

1

The first is a question about the set of all graphs with N nodes and M edges. The second question appears to be about a particular graph (although it seems to be out of context).

It might be better to ask this on https://math.stackexchange.com/

Community
  • 1
  • 1
Ted Hopp
  • 232,168
  • 48
  • 399
  • 521