Cantitate/Preț
Produs

Exact Exponential Algorithms: Texts in Theoretical Computer Science. An EATCS Series

Autor Fedor V. Fomin, Dieter Kratsch
en Limba Engleză Paperback – dec 2012
For a long time computer scientists have distinguished between fast and slow algo rithms. Fast (or good) algorithms are the algorithms that run in polynomial time, which means that the number of steps required for the algorithm to solve a problem is bounded by some polynomial in the length of the input. All other algorithms are slow (or bad). The running time of slow algorithms is usually exponential. This book is about bad algorithms. There are several reasons why we are interested in exponential time algorithms. Most of us believe that there are many natural problems which cannot be solved by polynomial time algorithms. The most famous and oldest family of hard problems is the family of NP complete problems. Most likely there are no polynomial time al gorithms solving these hard problems and in the worst case scenario the exponential running time is unavoidable. Every combinatorial problem is solvable in ?nite time by enumerating all possi ble solutions, i. e. by brute force search. But is brute force search always unavoid able? De?nitely not. Already in the nineteen sixties and seventies it was known that some NP complete problems can be solved signi?cantly faster than by brute force search. Three classic examples are the following algorithms for the TRAVELLING SALESMAN problem, MAXIMUM INDEPENDENT SET, and COLORING.
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 36103 lei  38-44 zile
  Springer Berlin, Heidelberg – dec 2012 36103 lei  38-44 zile
Hardback (1) 42147 lei  38-44 zile
  Springer Berlin, Heidelberg – 27 oct 2010 42147 lei  38-44 zile

Din seria Texts in Theoretical Computer Science. An EATCS Series

Preț: 36103 lei

Nou

Puncte Express: 542

Preț estimativ în valută:
6909 7177$ 5739£

Carte tipărită la comandă

Livrare economică 29 ianuarie-04 februarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9783642265662
ISBN-10: 3642265669
Pagini: 220
Ilustrații: XIV, 206 p. 38 illus.
Dimensiuni: 155 x 235 x 15 mm
Greutate: 0.31 kg
Ediția:2010
Editura: Springer Berlin, Heidelberg
Colecția Springer
Seria Texts in Theoretical Computer Science. An EATCS Series

Locul publicării:Berlin, Heidelberg, Germany

Public țintă

Research

Cuprins

Branching.- Dynamic Programming.- Inclusion-Exclusion.- Treewidth.- Measure & Conquer.- Subset Convolution.- Local Search and SAT.- Split and List.- Time Versus Space.- Miscellaneous.- Conclusions, Open Problems and Further Directions.

Notă biografică

The authors are highly regarded academics and educators in theoretical computer science, and in algorithmics in particular.


Textul de pe ultima copertă

Today most computer scientists believe that NP-hard problems cannot be solved by polynomial-time algorithms. From the polynomial-time perspective, all NP-complete problems are equivalent but their exponential-time properties vary widely. Why do some NP-hard problems appear to be easier than others? Are there algorithmic techniques for solving hard problems that are significantly faster than the exhaustive, brute-force methods? The algorithms that address these questions are known as exact exponential algorithms.
The history of exact exponential algorithms for NP-hard problems dates back to the 1960s. The two classical examples are Bellman, Held and Karp’s dynamic programming algorithm for the traveling salesman problem and Ryser’s inclusion–exclusion formula for the permanent of a matrix. The design and analysis of exact algorithms leads to a better understanding of hard problems and initiates interesting new combinatorial and algorithmic challenges. The last decade has witnessed a rapid development of the area, with many new algorithmic techniques discovered. This has transformed  exact algorithms into a very active research field. This book provides an introduction to the area and explains the most common algorithmic techniques, and the text is supported throughout with exercises and detailed notes for further reading.
The book is intended for advanced students and researchers in computer science, operations research, optimization and combinatorics.
 

Caracteristici

Textbook has been class-tested by the authors and their collaborators Text is supported throughout with exercises and notes for further reading Comprehensive introduction for researchers Includes supplementary material: sn.pub/extras