Algorithm to find 'maximal' independent set in a simple graph

Posted by none on Stack Overflow See other posts from Stack Overflow or by none
Published on 2010-06-03T01:04:27Z Indexed on 2010/06/03 2:44 UTC
Read the original article Hit count: 296

Filed under:
|

Hi,

in words, can someone post directions towards finding the 'maximal' independent set in a simple graph?

I read up something from ETH site which said one can find such in O(n) by simply picking a random vertex v and than scanning the rest and attempting to find if there's an edge from v to the rest.

Thanks

© Stack Overflow or respective owner

Related posts about algorithm

Related posts about graph-theory