View Review Details


Book:   Mastering Algorithms with C
Subject:   Mastering Algorithms with C Review
Date:   2000-07-27 16:05:58
From:   Andrew J. Woodward
Rating:  StarStarStarStarStar

have read a half-dozen or more books pertaining to C Algorithms, and most of them were the same. This touched on the usual stuff - sorting, hashing, linked lists, etc. But it touched on thesesubjects in ways that are so general purpose that the sample code can be used with little modification! It also adds a couple of new things such as Set algorithms and an explaination of how to pass functions as paramenters to functions.


There could have been a few more examples, and he could have explained some of his material in plain english, instead of engineerese.


Overall the book is excellent, and I will refer to it often.