Algorithm to find 'maximal' indipendent 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:34 UTC
Read the original article
Hit count: 223
algorithm
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