Top critical review
3.0 out of 5 starsSame as 3rd Edition
Reviewed in the United States on December 11, 2015
This was required material for my Programming Logic class. This book is 98% identical to the 3rd edition. The review questions, debugging exercises and programming exercises are all the same! There were a few words or sentences added to the chapter content, but it is essentially unchanged.
The content of the textbook itself is pretty solid and helpful for gaining an understanding of how to design an algorithm. I plan to keep a copy for personal reference. The pseudocode structure takes a bit of time to get used to, and will likely be the cornerstone of your curriculum. My class had the opportunity to translate our pseudocode into Python, which proved to be quite challenging.