|
| Login | Sign up | My Wish List |
![]() | How to Solve It by Computer (Prentice-Hall International Series in Computer Science) by R. G. Dromey ISBN-10: 0134340019 ISBN-10: 0-13-434001-9 ISBN-13: 9780134340012 ISBN-13: 978-0-13-434001-2 Paperback 1982-07 Prentice Hall Find Lowest Price | |
Reviews | ||
Very practical I have six or seven "analysis of algorithms" type texts and this is a favorite. From time to time when coworkers notice the title on my bookshelf, they give me some grief for it, but I vigorously defend it. It is a very practical text (as opposed to just theory). I have a bookmark in the section on random number generators and like to point out the a reference about one of the methods: X(n+1) = [a * X(n) + b] mod c. He refers to about 150 pages of Knuth's The Art of Computer Programming for an excellent theoretical description as to how a, b, and c should be chosen, but then summarizes in less than a page a "good" way of choosing them that yields results good enough for most uses. | ||
Must Read I stumbled upon this great book in algorithms called "How to Solve it by Computer" by Dromey. I came across it when I was finding material on the classic work by Polya "How to Solve it" (1957) which is not directly related to Computer Science. Dromey has applied Polya's work to CS and has even dedicated The book also discusses relatively advanced materials like dynamic programming and Longest Monotone Subsequence. The book was written in 1982 when Pascal was prevalent, so | ||
The BEST book I have in my collection I bought this book in 1990. I still read it from time to time. I could not have been a successful programmer without this. I would strongly recommend this to anybody who wants to be a programmer. The first ever book you should read. I will save this book for my children, grand children and so on. | ||
A must read book This book "How to solve it by computer" is a must read book for those who want to be programmer. Dromey he teaches each and every problem in the easy and understanble way.He does't use any particular language to solve all those problems, he just uses psudo code engish like language. Any persona who wants to be programmer should first read this book and then only start learning Porgramming languages. | ||
A MUST for begineer programmer This book should be treated as Bible. It starts with very simple examples as swaping two numbers and goes in depth taking you along with it. I have not found anything as good as this in many years. It gives a beginner programmer much needed confidence very soon. It does not use much programming language (It uses pascal syntax...but pascal is almost English). If you are entering into programming field..start with this book. You will never forget "How to Solve it by computers" in your entire life. This book has no shelf life. You will never need this again....but you cannot do it without first time. Computer Algorithm teaching at its VERY BEST! | ||