By CodeJustin
via i-programmer.info
Published: Jul 05 2009 / 14:54
Algorithm books aren’t entirely new, but this one is a little different. A standard algorithm book simply presents common or classic algorithms to do a range of things in the language of choice. Some of them, like Donald Knuth’s classic, “The Art of Computer Programming”, indulge in detailed mathematical analysis of the efficiency and properties of the algorithms. This book, however, isn’t at all academic and it’s a very good and easy read. The first chapter presents a case study describing how, despite the best intentions of the programmers concerned, selecting an algorithm for a particular job is difficult. The account is interesting and well told, a sort of “who dun-it” and it doesn’t matter that it's obvious that it was the algorithm that did it. Following this there is an introduction to the ideas involved in evaluating and understanding algorithms. Even if you know about “big O” notation it makes a good refresher course.
Add your comment
Voters For This Link (11)
-
CodeJustin -
MattRussell -
rick -
vladocar -
rsmaniak -
jon_spyre -
mswatcher -
hyderalamgir -
mjames -
goldi3535 -
davneter


