Design and Analysis of Approximation Algorithms

Design and Analysis of Approximation Algorithms
Author: Ding-Zhu Du
Publisher: Springer Science & Business Media
Total Pages: 450
Release: 2011-11-18
Genre: Mathematics
ISBN: 1461417015

This book is intended to be used as a textbook for graduate students studying theoretical computer science. It can also be used as a reference book for researchers in the area of design and analysis of approximation algorithms. Design and Analysis of Approximation Algorithms is a graduate course in theoretical computer science taught widely in the universities, both in the United States and abroad. There are, however, very few textbooks available for this course. Among those available in the market, most books follow a problem-oriented format; that is, they collected many important combinatorial optimization problems and their approximation algorithms, and organized them based on the types, or applications, of problems, such as geometric-type problems, algebraic-type problems, etc. Such arrangement of materials is perhaps convenient for a researcher to look for the problems and algorithms related to his/her work, but is difficult for a student to capture the ideas underlying the various algorithms. In the new book proposed here, we follow a more structured, technique-oriented presentation. We organize approximation algorithms into different chapters, based on the design techniques for the algorithms, so that the reader can study approximation algorithms of the same nature together. It helps the reader to better understand the design and analysis techniques for approximation algorithms, and also helps the teacher to present the ideas and techniques of approximation algorithms in a more unified way.

The Design of Approximation Algorithms

The Design of Approximation Algorithms
Author: David P. Williamson
Publisher:
Total Pages: 518
Release: 2014-05-14
Genre: Approximation theory
ISBN: 9781139077750

Designed as a textbook for graduate courses on algorithms, this book presents efficient algorithms that find provably near-optimal solutions.

Approximation Algorithms

Approximation Algorithms
Author: Vijay V. Vazirani
Publisher: Springer Science & Business Media
Total Pages: 380
Release: 2013-03-14
Genre: Computers
ISBN: 3662045656

Covering the basic techniques used in the latest research work, the author consolidates progress made so far, including some very recent and promising results, and conveys the beauty and excitement of work in the field. He gives clear, lucid explanations of key results and ideas, with intuitive proofs, and provides critical examples and numerous illustrations to help elucidate the algorithms. Many of the results presented have been simplified and new insights provided. Of interest to theoretical computer scientists, operations researchers, and discrete mathematicians.

Design and Analysis of Algorithms

Design and Analysis of Algorithms
Author: Sandeep Sen
Publisher: Cambridge University Press
Total Pages: 395
Release: 2019-05-23
Genre: Computers
ISBN: 1108496822

Focuses on the interplay between algorithm design and the underlying computational models.

Approximation and Online Algorithms

Approximation and Online Algorithms
Author: Evripidis Bampis
Publisher: Springer Nature
Total Pages: 253
Release: 2020-01-24
Genre: Mathematics
ISBN: 3030394794

This book constitutes the thoroughly refereed workshop post-proceedings of the 17th International Workshop on Approximation and Online Algorithms, WAOA 2019, held in Munich, Germany, in September 2019 as part of ALGO 2019. The 16 revised full papers presented together with one invited paper in this book were carefully reviewed and selected from 38 submissions. Topics of interest for WAOA 2018 were: graph algorithms; inapproximability results; network design; packing and covering; paradigms for the design and analysis of approximation and online algorithms; parameterized complexity; scheduling problems; algorithmic game theory; algorithmic trading; coloring and partitioning; competitive analysis; computational advertising; computational finance; cuts and connectivity; geometric problems; mechanism design; resource augmentation; and real-world applications.

The Design of Approximation Algorithms

The Design of Approximation Algorithms
Author: David P. Williamson
Publisher: Cambridge University Press
Total Pages: 517
Release: 2011-04-26
Genre: Computers
ISBN: 1139498177

Discrete optimization problems are everywhere, from traditional operations research planning (scheduling, facility location and network design); to computer science databases; to advertising issues in viral marketing. Yet most such problems are NP-hard; unless P = NP, there are no efficient algorithms to find optimal solutions. This book shows how to design approximation algorithms: efficient algorithms that find provably near-optimal solutions. The book is organized around central algorithmic techniques for designing approximation algorithms, including greedy and local search algorithms, dynamic programming, linear and semidefinite programming, and randomization. Each chapter in the first section is devoted to a single algorithmic technique applied to several different problems, with more sophisticated treatment in the second section. The book also covers methods for proving that optimization problems are hard to approximate. Designed as a textbook for graduate-level algorithm courses, it will also serve as a reference for researchers interested in the heuristic solution of discrete optimization problems.

Approximation Algorithms for Combinatorial Optimization

Approximation Algorithms for Combinatorial Optimization
Author: Klaus Jansen
Publisher: Springer
Total Pages: 280
Release: 2003-06-30
Genre: Computers
ISBN: 3540457534

This book constitutes the refereed proceedings of the 5th International Workshop on Approximation Algorithms for Combinatorial Optimization Problems, APPROX 2002, held in Rome, Italy in September 2002. The 20 revised full papers presented were carefully reviewed and selected from 54 submissions. Among the topics addressed are design and analysis of approximation algorithms, inapproximability results, online problems, randomization techniques, average-case analysis, approximation classes, scheduling problems, routing and flow problems, coloring and partitioning, cuts and connectivity, packing and covering, geometric problems, network design, and applications to game theory and other fields.

Approximation Algorithms for Combinatorial Optimization

Approximation Algorithms for Combinatorial Optimization
Author: Klaus Jansen
Publisher: Springer
Total Pages: 290
Release: 2003-07-31
Genre: Computers
ISBN: 354044436X

This book constitutes the refereed proceedings of the Third International Workshop on Approximation Algorithms for Combinatorial Optimization Problems, APPROX 2000, held in Saarbrcken, Germany in September 2000. The 22 revised full papers presented together with four invited contributions were carefully reviewed and selected from 68 submissions. The topics dealt with include design and analysis of approximation algorithms, inapproximibility results, on-line problems, randomization techniques, average-case analysis, approximation classes, scheduling problems, routing and flow problems, coloring and partitioning, cuts and connectivity, packing and covering, geometric problems, network design, and various applications.

A Guide to Algorithm Design

A Guide to Algorithm Design
Author: Anne Benoit
Publisher: CRC Press
Total Pages: 380
Release: 2013-08-27
Genre: Computers
ISBN: 1439898138

Presenting a complementary perspective to standard books on algorithms, A Guide to Algorithm Design: Paradigms, Methods, and Complexity Analysis provides a roadmap for readers to determine the difficulty of an algorithmic problem by finding an optimal solution or proving complexity results. It gives a practical treatment of algorithmic complexity and guides readers in solving algorithmic problems. Divided into three parts, the book offers a comprehensive set of problems with solutions as well as in-depth case studies that demonstrate how to assess the complexity of a new problem. Part I helps readers understand the main design principles and design efficient algorithms. Part II covers polynomial reductions from NP-complete problems and approaches that go beyond NP-completeness. Part III supplies readers with tools and techniques to evaluate problem complexity, including how to determine which instances are polynomial and which are NP-hard. Drawing on the authors’ classroom-tested material, this text takes readers step by step through the concepts and methods for analyzing algorithmic complexity. Through many problems and detailed examples, readers can investigate polynomial-time algorithms and NP-completeness and beyond.