Home Page -------------------
[Home Page] - [Reviews Main]
-------------------

Book Review
Data Structures, Algorithms and Performance by Derick Wood
Recommended
ISBN: 0-201-52148-2       Publisher: Addison-Wesley       Pages: 594pp       Price: £21-95.
Categories:   data structures     algorithms    
Reviewed by Francis Glassborow in C Vu 5-3 (Mar 1993)
The choice of algorithms and data structures is far more fundamental than the programming language used to tackle a problem. Unfortunately experience suggests that many programmers are abysmally ignorant in this area. Even such simple structures like linked-lists are viewed with fear and trembling by not a few commercial programmers.

One excuse for this ignorance is that many texts on the subject are written in highly academic language and seem to be divorced from the real world of programming. A second excuse that I hear from those that should know better is that you can always look them up when you need them. Do I need to mention that you can only look up those things that you know exist and suspect may solve your problem.

In the long run the only way to become familiar with the tools of any trade is by using them. Sorry, but there aren't any shortcuts.

If you are hoping to make a living out of programming or want to improve your performance in your current job you would certainly benefit from working through (not just reading or worse still, browsing) Derick Wood's latest book. I know the example source code is Pascal but any halfway competent programmer should be able to follow the flow of such code. In fact translation between Pascal and C or C++ is an excellent way to understand the coding of an algorithm.

Each chapter ends with a substantial collection of exercises and I suggest that those who seriously want to improve their skills should tackle at least some of these.

The book is excellent value for money (particularly as it is in hardcover) but not for the dilettante. Yes, it is written in an academic style but not excessively so, and no, it will not act as a source of instant solutions.


Other Authors with the same surname

Wood
Internet Email by David Wood [Recommended]  (Reviewed Jul 2000)
Java Swing by Eckstein & Loy & Wood [Highly Recommended]  (Reviewed Mar 1999)
Topics in C Programming (revised) by Stephen G Kochan & Patrick H Wood  (Reviewed Nov 1991)


Last Update - 13 May 2001.

To link to this review, please use the URL: http://www.accu.org/bookreviews/public/reviews/d/d000432.htm

Copyright © The Association of C & C++ Users 1998-2000. All rights reserved.

Mirrored from http://www.accu.org/