Graph Theory
$k$-core decomposition is a method used in graph theory to identify subgraphs that maintain a minimum degree of connectivity. Specifically, a $k$-core of a graph is a maximal subgraph where every vertex has at least $k$ neighbors. This concept is crucial in social network analysis as it helps reveal the core structures within networks, indicating how densely connected groups of nodes relate to each other and the overall connectivity of the network.
congrats on reading the definition of $k$-core decomposition. now let's actually learn it.