from Part II - Concepts and Techniques
Published online by Cambridge University Press: 18 April 2019
In this chapter we explain how to analyze the time an algorithm takes to solve a given problem and specifically whether it takes polynomial or exponential time. We consider a variety of well-known problems from computer science to illustrate polynomial-time versus exponential-time algorithms. In these analyses, we build on a common distinction between three types of problems: optimization problems, search problems, and decision problems. While the first two are most commonly adopted in cognitive science, the last one is widely used for computational complexity analyses. As we will explain in subsequent chapters, the distinction is overcome during complexity analyses by understanding the close relationship between these problem types. We will also see that while it is possible to "prove by example" that a problem is of polynomial-time complexity (viz., give an algorithm that solves the problem that runs in polynomial time) proving that a problem does not allow for any such polynomial-time algorithm requires different proof methods.
To save this book to your Kindle, first ensure no-reply@cambridge.org is added to your Approved Personal Document E-mail List under your Personal Document Settings on the Manage Your Content and Devices page of your Amazon account. Then enter the ‘name’ part of your Kindle email address below. Find out more about saving to your Kindle.
Note you can select to save to either the @free.kindle.com or @kindle.com variations. ‘@free.kindle.com’ emails are free but can only be saved to your device when it is connected to wi-fi. ‘@kindle.com’ emails can be delivered even when you are not connected to wi-fi, but note that service fees apply.
Find out more about the Kindle Personal Document Service.
To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Dropbox.
To save content items to your account, please confirm that you agree to abide by our usage policies. If this is the first time you use this feature, you will be asked to authorise Cambridge Core to connect with your account. Find out more about saving content to Google Drive.