Hi, I would like to know if there is some algorithm to solve the following problem, or maybe it is NP.
Given a bipartite graph of at most 200 nodes in each side, I need to color the minimum number of nodes so each node is colored or has a colored neighbor. The colored nodes could be in any side.
Thanks for your answers.