Vertex cover algorithm
ALGORITMO DE COBERTURA DE VÉRTICES
Show authors biography
Problem to solve P=NP, using the coverage problem of a graph that is NP and convert it to P. In the mathematical discipline of graph theory, a vertex cover, simply a graph cover, is a set of vertices such that each edge of the graph is incident to at least one vertex of the set. The problem of finding the smallest vertex coverage in a graph is called the vertex coverage problem. In computational complexity theory, it has been shown that this is an NP-complete problem. An NPcomplete problem is that it is not known if it has a Polynomial solution. I have found an algorithm that proves that it is Polynomial.
Article visits 108 | PDF visits 85