高级算法设计讲义 Lecture Notes for Advanced Algorithm Design
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了高级算法设计讲义 Lecture Notes for Advanced Algorithm Design相关的知识,希望对你有一定的参考价值。
(Last modification: 2012-12-17)
Textbooks:
(1) David Williamson, David Shmoys. The Design of Approximation Algorithms, Cambridge University Press, 2011.
(2) Vijay Vazirani. Apporoximation Algorithms. Springer, 2001.
(3) Rajeev Motwani, Prabhakar Raghavan. Randomized Algorithms. Cambridge University Press, 1995.
Ch-01 - Introduction -- basics of complexity and approximation [pdf]
Ch-02 - Greedy and local search -- Set Cover, Min Makespan, TSP [pdf]
Ch-03 - Rounding data and dynamic programming -- Knapsack, Min Makespan [pdf]
Ch-04 - Deterministic rounding of LP -- Set Cover, UFL, Steiner Tree [pdf]
Ch-05 - Random sampling and randomized rounding -- Set Cover, MAX SAT, UFL [pdf]
Ch-06 - Randomized rounding of semidefinite program -- Max Cut [pdf]
Ch-07 - Primal-dual algorithms -- Set Cover, Steiner Forest, Steiner Tree [pdf]
Ch-A1 - Prize-collecting Steiner Tree [pdf]
Classes:
以上是关于高级算法设计讲义 Lecture Notes for Advanced Algorithm Design的主要内容,如果未能解决你的问题,请参考以下文章
Machine Learning Lecture Notes
Abstract Harmonic Analysis Lecture Notes
MIT 6.824 Lecture 2 RPC and Threads Notes