Finding the largest k-clique, k-club, k-plex, and k-core of a small undirected graph.

1.9k Views Asked by At

I'm only able to find simple definitions of these k values, and I'm having trouble understanding the difference between the questions.

Image of Undirected Graph

a) Find a k-clique with the largest possible value of

b) Find a -club with the largest possible value of

c) Find a -core with the largest possible value of

d) Find a -plex with the largest possible value of