Design and Analysis of Randomized Algorithms: Introduction to Design Paradigms

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Randomness is a powerful phenomenon that can be harnessed to solve various problems in all areas of computer science. Randomized algorithms are often more efficient, simpler and, surprisingly, also more reliable than their deterministic counterparts. Computing tasks exist that require billions of years of computer work when solved using the fastest known deterministic algorithms, but they can be solved using randomized algorithms in a few minutes with negligible error probabilities.

Introducing the fascinating world of randomness, this book systematically teaches the main algorithm design paradigms – foiling an adversary, abundance of witnesses, fingerprinting, amplification, and random sampling, etc. – while also providing a deep insight into the nature of success in randomization. Taking sufficient time to present motivations and to develop the reader's intuition, while being rigorous throughout, this text is a very effective and efficient introduction to this exciting field.

Author(s): Juraj Hromkovič
Series: Texts in Theoretical Computer Science. An EATCS Series
Publisher: Springer
Year: 2005

Language: English
Pages: 279
Tags: Algorithm Analysis and Problem Complexity; Computation by Abstract Devices; Discrete Mathematics in Computer Science; Algorithms

Introduction....Pages 1-17
Fundamentals....Pages 19-99
Foiling the Adversary....Pages 101-129
Fingerprinting....Pages 131-151
Success Amplification and Random Sampling....Pages 153-182
Abundance of Witnesses....Pages 183-207
Optimization and Random Rounding....Pages 209-226