Advanced Algorithms.
NPC problems list
0-1 integer problem
Branch and Bound for Vertex Cover I
Use ILP solve Vertex Cover problem
Marriage problem
Assignment problem
Use ILP solve Set Cover problem
Use ILP solve assignment problem
Branch and Bound for Vertex Cover II
TSP
Kernelization for Vertex Cover
Solve TSP by MST
Solve Vertex Cover by Maximum Matching
EPTAS, FPTAS, PTAS
PTAS of Greedy Algorithm on Knapsack
Path width solve Minimum Vertex Cover
Treewidth solve Minimum Vertex Cover
Dynamic programming for Knapsack
Bin Packing problem