Graph Theory
A k-clique is a subset of vertices in a graph that forms a complete subgraph, meaning every pair of vertices in this subset is connected by an edge. The term 'k' refers to the number of vertices in the clique, which must be at least three to satisfy the definition of a clique. Identifying k-cliques within a graph is crucial for understanding the connectivity and structure of the graph, particularly in social networks and other applications.
congrats on reading the definition of k-clique. now let's actually learn it.