Why it matters
Karp reductions prove NP-hardness. Understanding shapes hardness proofs.
Advertisement
The architecture
Transform A instance to B instance in poly time.
Preserve yes/no answer.
If B poly then A poly.
Advertisement
How it works end to end
Karp 1972.
Notation: A <=_p B.
Transitive: chain reductions.
Foundation for NP-hardness.