随机算法 (Fall 2011): Difference between revisions
Jump to navigation
Jump to search
imported>WikiSysop |
imported>WikiSysop |
||
Line 2: | Line 2: | ||
# [[随机算法 (Fall 2011)/Introduction|Introduction]] | # [[随机算法 (Fall 2011)/Introduction|Introduction]] | ||
#*[[随机算法 (Fall 2011)/Complexity Classes|Complexity Classes]] | #*[[随机算法 (Fall 2011)/Complexity Classes|Complexity Classes]] | ||
# Probability | # Probability Basics | ||
#* [[随机算法 (Fall 2011)/Probability Space|Probability Space]] | #* [[随机算法 (Fall 2011)/Probability Space|Probability Space]] | ||
#* [[随机算法 (Fall 2011)/Verifying Matrix Multiplication|Verifying Matrix Multiplication]] | #* [[随机算法 (Fall 2011)/Verifying Matrix Multiplication|Verifying Matrix Multiplication]] | ||
Line 9: | Line 9: | ||
#* [[随机算法 (Fall 2011)/Random Variables and Expectations|Random Variables and Expectations]] | #* [[随机算法 (Fall 2011)/Random Variables and Expectations|Random Variables and Expectations]] | ||
#* [[随机算法 (Fall 2011)/Randomized Quicksort|Randomized Quicksort]] | #* [[随机算法 (Fall 2011)/Randomized Quicksort|Randomized Quicksort]] | ||
# Balls and | # Balls and Bins | ||
#* [[随机算法 (Fall 2011)/Distributions of Coin Flipping|Distributions of Coin Flipping]] | #* [[随机算法 (Fall 2011)/Distributions of Coin Flipping|Distributions of Coin Flipping]] | ||
#* [[随机算法 (Fall 2011)/Birthday Problem|Birthday Problem]] | #* [[随机算法 (Fall 2011)/Birthday Problem|Birthday Problem]] | ||
Line 16: | Line 16: | ||
#* [[随机算法 (Fall 2011)/Bloom Filter|Bloom Filter]] | #* [[随机算法 (Fall 2011)/Bloom Filter|Bloom Filter]] | ||
#* [[随机算法 (Fall 2011)/Stable Marriage|Stable Marriage]] | #* [[随机算法 (Fall 2011)/Stable Marriage|Stable Marriage]] | ||
# Moment and Deviation | # Moment and Deviation | ||
#* [[随机算法 (Fall 2011)/Markov's Inequality|Markov's Inequality]] | |||
#* [[随机算法 (Fall 2011)/Chebyshev's Inequality|Chebyshev's Inequality]] | #* [[随机算法 (Fall 2011)/Chebyshev's Inequality|Chebyshev's Inequality]] | ||
#* [[随机算法 (Fall 2011)/Median Selection|Median Selection]] | #* [[随机算法 (Fall 2011)/Median Selection|Median Selection]] | ||
#* [[随机算法 (Fall 2011)/Random Graphs|Random Graphs]] | #* [[随机算法 (Fall 2011)/Random Graphs|Random Graphs]] | ||
# Hashing and Fingerprinting | |||
#* [[随机算法 (Fall 2011)/Pair-wise Independence|Pair-wise Independence]] | |||
#* [[随机算法 (Fall 2011)/Derandomization: Two-Point Sampling|Derandomization: Two-Point Sampling]] | |||
# Chernoff Bound | |||
#* [[随机算法 (Fall 2011)/Chernoff Bound|Chernoff Bound]] | #* [[随机算法 (Fall 2011)/Chernoff Bound|Chernoff Bound]] | ||
#* [[随机算法 (Fall 2011)/Set Balancing|Set Balancing]] | #* [[随机算法 (Fall 2011)/Set Balancing|Set Balancing]] | ||
#* [[随机算法 (Fall 2011)/Routing in a Parallel Network|Routing in a Parallel Network]] | |||
# Concentration of Measure | # Concentration of Measure | ||
#* [[随机算法 (Fall 2011)/Martingales|Martingales]] | #* [[随机算法 (Fall 2011)/Martingales|Martingales]] | ||
#* [[随机算法 (Fall 2011)/Azuma's Inequality|Azuma's Inequality]] | #* [[随机算法 (Fall 2011)/Azuma's Inequality|Azuma's Inequality]] |
Revision as of 03:40, 19 July 2011
Lecture Notes
- Introduction
- Probability Basics
- Balls and Bins
- Moment and Deviation
- Hashing and Fingerprinting
- Chernoff Bound
- Concentration of Measure
- Dimension Reduction
- The Probabilistic Method
- Approximation Algorithms
- Markov Chain and Random Walk
- Random Walk Algorithms
- Coupling and Mixing Time
- Expander Graphs
- Sampling and Counting
- MCMC
- On-line Algorithms
- Complexity
- Horizon