Advertisement
Guest User

Untitled

a guest
May 21st, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. CS356 LIST
  2. ==========
  3.  
  4. + Minimum Vertex Cover IP (W1 - 2)
  5. + Integrality Gap (W1 - 2)
  6. + LP Relaxation (W1 - 2)
  7. + Approximation Ratio (W1 - 2)
  8. + Minimum Set Cover (W1 - 3)
  9. + LP Duals (W2 - 1)
  10. + Greedy Algorithm for Set Cover (W2 - 2)
  11. + Complementary Slackness (Alpha-Beta Complementary Slackness !!) (W3 - 1)
  12. + Min Set Cover Freezing Alg (Complementary Slackness Alg) (W3 - 2)
  13. + Primal Dual for Set Cover (W3 - 2 contained in above)
  14. + Min Knapsack Cover (Complementary Slackness Alg) (W3- 3) (!! complex approximation ratio)
  15. + Markov's Inequality (Rehearse proof) (W4 - 1)
  16. + Randomized Rounding for Minimum Set Cover (W5 - 1 Page 28 of Book)
  17. + Chernoff Bounds (W5 - 2) (MEMORIZE!!!) (Proof in notebook)
  18. + Rand Round for MSC Analysis using Chernoff Bounds (Important!)
  19. + Max Cut (W6 - 2)
  20. + Randomized Max Cut (W6 - 2)
  21. + Derandomization via Conditional Expectation (W7 - 1)
  22. + Derandomizing Max-Cut (W7 - 2) (Some complexity in calculating lambda(alpha i))
  23.  
  24. - Min Cut (W8 - 1, separate notes)
  25. - Facility Location (W8 - 2)
  26. - Big Oh/Omega (Outside of lectures)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement