You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
Templates used on this page:
Return to Some Reduction Inferences.
$P \subseteq NP \subseteq NPC \subseteq NPH$
Reducing a problem A to problem B means converting an instance of problem A to problem B. Then, if we know the solution of problem B, we can solve problem A. Consider the following example: You want to go from Bangalore to Delhi and you have a ticket from Mumbai to Delhi. So, you get a ticket from Bangalore to Mumbai. So, the problem of going from Bangalore to Delhi got reduced to a problem of going from Mumbai to Delhi.
Assume all reductions are done in polynomial time
Consider problems $A$, $B$ and $C$