algorithm - A graph, G, has a minimum vertex cover of size |V| - 1 if and only if G is complete. Is it true? -


a mesh can example of complete g. each node connected every other node. shouldn't minimum vertex cover size such graph '1'.

minimum vertex cover set of vertices such every edge touching vertex in set. given mesh (complete graph) of a b , c, if have 1 node (say a) attempted mvc, you're missing edge (in case edge b-c).


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

minify - Minimizing css files -

php - How to remove letter in front of the word laravel -