Independent Set

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 161 Design and Analysis of Algorithms

Stanford University

Winter 2023

This course provides an in-depth exploration of algorithm analysis and design. It covers various sorting, searching, and selection algorithms, data structures, and fundamental graph algorithms. It emphasizes the understanding of worst and average case analysis, recurrences, and asymptotics.

No concepts data

+ 30 more concepts