Exact Exponential Algorithms

by Fedor V. Fomin

★★★★☆
4.4 (611)

US$27.50

15% OFF CODE: SAVE15

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 exponenti