An independent set of an undirected graphG= (V,E) is a subsetIofV
such that no two vertices inIare adjacent. That is, ifuandvare inI, then
(u,v) is not inE. Amaximal independent setMis an independent set
such that, if we were to add any additional vertex toM, then it would not
be independent any more. Every graph has a maximal independent set.
(Can you see this? This question is not part of the exercise, but it is worth
thinking about.) Give an efficient algorithm that computes a maximal
independent set for a graphG. What is this method’s running time?
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here