Independent Sets

Independent set (graph theory)

An independent set in graph theory is a set of vertices with no two adjacent, or connected by an edge. It can also be referred to as a stable set, coclique or anticlique. The size of an independent set is the number of vertices it contains and a maximum independent set is an independent set of largest possible size for a given graph. Finding such a set is called the maximum independent set problem and is strongly NP-hard.

1 courses cover this concept

CS 265 / CME 309 Randomized Algorithms and Probabilistic Analysis

Stanford University

Fall 2022

This course dives into the use of randomness in algorithms and data structures, emphasizing the theoretical foundations of probabilistic analysis. Topics range from tail bounds, Markov chains, to randomized algorithms. The concepts are applied to machine learning, networking, and systems. Prerequisites indicate intermediate-level understanding required.

No concepts data

+ 37 more concepts