Блог пользователя Mr.Awesome

Автор Mr.Awesome, история, 8 лет назад, По-английски

Hi CF's .

Is there any algorithm that can find the biggest Complete graph inside a graph.

I searched a little but i didn't find any resources , is such algorithm even exist ?

  • Проголосовать: нравится
  • +8
  • Проголосовать: не нравится

»
8 лет назад, # |
Rev. 2   Проголосовать: нравится +13 Проголосовать: не нравится

Good day to you

Complete graph inside graph is called "Clique" so you can try to search this term and you will find more results.

Anyway algorithms searching for clique (unless specific cases) are exponential :(

»
8 лет назад, # |
  Проголосовать: нравится +21 Проголосовать: не нравится

I assume you are trying to apply this to Today's D, since I was thinking of the same thing. Try drawing example graphs and you might notice some special properties of the cliques.