Limit this search to....

Exact Exponential Algorithms 2010 Edition
Contributor(s): Fomin, Fedor V. (Author), Kratsch, Dieter (Author)
ISBN: 3642265669     ISBN-13: 9783642265662
Publisher: Springer
OUR PRICE:   $52.24  
Product Type: Paperback - Other Formats
Published: December 2012
Qty:
Temporarily out of stock - Will ship within 2 to 5 weeks
Additional Information
BISAC Categories:
- Computers | Computer Science
- Mathematics | Combinatorics
- Mathematics | Linear & Nonlinear Programming
Dewey: 005.1
Series: Texts in Theoretical Computer Science. an Eatcs
Physical Information: 0.46" H x 6.14" W x 9.21" (0.69 lbs) 206 pages
 
Descriptions, Reviews, Etc.
Publisher Description:
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.