Tag Archives: algorithms

An Introduction to Multiagent Systems

An Introduction to Multiagent Systems / Michael Wooldridge, Wiley, 2009 This book is about algorithms for distributed computing. It is academic and challenging, 450 pages.

Posted in books | Tagged | Leave a comment

Algorithms and data structures : the basic toolbox

Algorithms and data structures : the basic toolbox / Kurt Mehlhorn, Springer, 2008 You will find much information packed into this book, but it is not an easy read.  There is not much example code.  There is much use of … Continue reading

Posted in books | Tagged | Leave a comment

The algorithm design manual

The algorithm design manual / Steven S. Skiena, Springer, 2008 “This is the most approachable book on algorithms that I have” — Megan Squire. Examples in C, 700 pages, hardcover

Posted in books | Tagged , | Leave a comment

Algorithms in a nutshell

Algorithms in a nutshell / George T. Heineman, Gary Pollice and Stanley Selkow, O’Reilly, 2009 “The authors have done a fantastic job of distilling reams of arcane literature into an indispensable guide that strikes the perfect balance between theory and … Continue reading

Posted in books | Tagged , , | Leave a comment

How to think about algorithms

How to think about algorithms / Jeff Edmonds, Cambridge University Press, 2008 Here is a CS textbook for advanced undergraduate courses which is more readable than most. Apply its concepts to make your programs correct and fast.  450 pages.

Posted in books | Tagged , , , | Leave a comment

Programming interviews exposed

Programming interviews exposed : secrets to landing your next job / John Mongan, Noah Suojanen, Eric Giguère. Wiley Pub., 2007 If you work in technology, whether programming or similar, you probably need to look for new work now and then. … Continue reading

Posted in books | Tagged , , , , | Leave a comment

Programming collective intelligence

Programming collective intelligence : building smart Web 2.0 applications / Toby Segaran, O’Reilly, c2007. Most programmers will find this book fascinating. What algorithm does Amazon use to predict what books are likely to interest you? Netflix with DVD’s? Google with … Continue reading

Posted in books | Tagged , , , , | Leave a comment