FreeTechBooks.com Homepage
FreeTechBooks.com
Free Online Computer Science and Programming Books, Textbooks, and Lecture Notes


 
Algorithmic Problem Solving
Reply with quote
Algorithmic Problem Solving

Author : Roland Backhouse, School of Computer Science and Information Technology, University of Nottingham
Publication Date : June 2006

Santa Very Happy This book was suggested by John Pinto

Book Excerpts:

In historical terms, the digital computer is very, very new. The science of computing is yet newer. Compared to its older sister - mathematics - which is thousands of years old, it is hardly in the embryonic stage of development. Yet, computing science is already having a major influence on our problem-solving skills, amounting to a revolution in the art of effective reasoning.

Because of the challenges of programming (which means instructing a dumb machine how to solve each instance of a problem) and the unprecedented scale of programming problems, computing scientists have had to hone their problem-solving skills to a very fine degree. This has led to advances in logic, and to changes in the way that mathematics is practised. This book forms an introduction to problem-solving using the insights that have been gained in computing science.

Algorithms

Solutions to programming problems are formulated as so-called algorithms. An algorithm is a well-defined procedure, consisting of a number of instructions, that are executed in turn in order to solve the given problem.

Normally, an algorithm will have certain inputs; for each input, the algorithm should compute an output which is related to the input by a certain so-called input-output relation. Formulating an algorithm makes problem-solving decidedly harder, because it is necessary to formulate very clearly and precisely the procedure for solving the problem. The more general the problem, the harder it gets. The advantage, however, is a much greater understanding of the solution. The process of formulating an algorithm demands a full understanding of why the algorithm is correct.

Intended Audience:

This book aims to impart these new skills and insights to a broad audience, using an example-driven approach. It aims to demonstrate the importance of mathematical calculation, but the chosen examples are typically not mathematical; instead, they are problems that are readily understood by a lay person, with only elementary mathematical knowledge. The book also aims to challenge; most of the problems are quite difficult, at least to the untrained or poorly trained practitioner.

Arrow View/Download Algorithmic Problem Solving | Exercises, Coursework and Model Solutions


Last edited by ndaru on Sun Oct 08, 2006 2:01 pm; edited 1 time in total
View user's profileSend private message
Art of Programming Contest
Reply with quote
Update by admin: This post has been moved to a new topic of its own at http://www.freetechbooks.com/about374.html
View user's profileSend private messageVisit poster's website
URL Changed
Reply with quote
The URL for the book has changed to this location:
http://www.cs.nott.ac.uk/~rcb/G51APS/aps.ps

Course and Exercise information:
http://www.cs.nott.ac.uk/~rcb/G51APS/G51APS.html
View user's profileSend private message
URL's updated
Reply with quote
Thank you. URL's updated.
View user's profileSend private message
Cant view/download book
Reply with quote
Hi

I cant view or download the above book. I get the message as below.

Forbidden
You don't have permission to access /~rcb/G51APS/aps.ps on this server.


--------------------------------------------------------------------------------

Apache/1.3.33 Server at www.cs.nott.ac.uk Port 80

Please help.

Regards
View user's profileSend private message
The link is OK
Reply with quote
Strange. I checked it. This link http://www.cs.nott.ac.uk/~rcb/G51APS/aps.ps is OK.
View user's profileSend private message
  
 Reply to topic