So I still have questions about what it means for a problem to be NP. I think what it means is that the problem will have a solution that can be verified in poly-nomial time.
Does this mean that all simple problems like, unionFind, shortest-path, sorting, are NP problems?
A NP complete problem means then that one of the already NP complete problems can be reduced to this problem. Right?
Thanks |