Programing Pearls - Jon Bentley

Excellent.

Until now, there is no such book which makes me shout out like this after receiving from Amazon. Let brieftly review some favoriate books:

Programming Pearls is completely opposite to aforementioned books. This book is the perspective of an engineer on applying algorithms on work and solving other problems. More precisely, this is an adventure of Jon Bentley who is a renowned computer scientist known for kd-tree and Programming Pearls columns which are very famous during the period of 80s. [Don Knuth even send some literate programming code to Jon Bentley in order to introduce the concept].

Although the book is quite thin compared to other “programming” or “algorithms” books, it possesses many “pearls” inside. The writing style is relaxing and engaging, intersperses the rigorous approach, extensive references and many intriguing puzzles which are worth giving a shot. What makes the book special is the way the author effiently uses scienctific approach to solve industrial problems as well as the viewpoint of an engineer about algorithms.

Perhaps Steve McConnell already gave the best description about this book:

… Programming Pearls was one of the most influential books I read early in my career, and many of the insights I first encountered in that book stayed with me long after I read it. …