Why it matters
NP-hard problems need approximate solutions. Understanding shapes practical NP-hard approach.
Advertisement
The architecture
Approximation ratio: alg cost / optimal cost.
Guarantee: worst-case bound.
Advertisement
How it works end to end
Classic: 2-approx TSP metric via MST.
Set cover: ln n greedy.
Vertex cover: 2-approx.
Hardness of approximation: some problems can't be approximated well (PCP theorem).