Reputation: 99
This is a straightforward problem to explain and yet I'm having some tough time on figuring out a solution. My favorite kind!
Let G=(V,E) be a bipartite graph. I need to compute the minimum subset V' such that for every edge e=(u,v), u belong to V' OR v belong to V'. If there is more than one solution, anyone is acceptable.
|V| <= 2000
|E| <= 10000
Any hint could be useful :D
Upvotes: 1
Views: 80