Tag Archives: algorithms

The Art of Computer Programming

The Art of Computer Programming (V.4A) 3rd ed, Donald Knuth, Addison-Wesley, 2010 This is one of the classics in the programming world. Knuth has updated it! Hardcover, 850 pages.

Posted in books | Tagged | Leave a comment

Algorithms

Algorithms 4th ed, Robert Sedgewick, Addison-Wesley, ( 2011) This textbook is well written. There is a small amount of example code in Java or C. Hardcover, 950 pages.

Posted in books | Tagged | Leave a comment

Real World Haskell

Real World Haskell, Bryan O’Sullivan, O’Reilly, 2008 Haskell is an advanced purely functional programming language. Read the book online here. Sorry, it is not yet at the OPL.

Posted in books | Tagged , , | Leave a comment

Programming Scala

Programming Scala : tackle multicore complexity on the JVM / Venkat Subramaniam, Pragmatic Bookshelf, 2008 Programmers will see the Scala language for parallel processing as a path to the future. As always, this Pragmatic book is very practical. Read it … Continue reading

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

Introduction to Algorithms

Introduction to Algorithms, Third Edition / Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein, MIT Press, 2009 Here is a textbook for undergrad or graduate CS courses. One of the authors is the R in RSA. Hard … Continue reading

Posted in books | Tagged | Leave a comment

The Productive Programmer

The Productive Programmer / Neal Ford, O’Reilly, 2008. Programmers will find this excellent book useful. It is a companion to `Apprenticeship Patterns`. It stresses the power of the command line. Legendary O’Reilly quality, 200 pages.

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

Data Structures with Java

Schaum’s Outline of Data Structures with Java / John R. Hubbard, McGraw-Hill, 2007 Practical information for the Java programmer, with algorithms, diagrams, and example code. Large format, 300 pages.

Posted in books | Tagged , | Leave a comment

Elements of Programming

Elements of Programming / Alexander Stepanov, Addison-Wesley, 2009 An advanced book on software design, with examples in C++. It is highly recommended by Bjarne Stroustrup. 250 pages, hardcover.

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

Algorithms of the Intelligent Web

Algorithms of the Intelligent Web / Haralambos Marmanis, Dmitry Babenko, Manning, 2009 The algorithms behind Netflix’s recommendations, Google’s PageRank, and matching for social networks. This book is a blend of theory and practice. It is well written, 325 pages.

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

Single-Sensor Imaging

Single-Sensor Imaging : methods and applications for digital cameras / edited by Rastislav Lukac, CRC Press, 2009 This book is about systems engineering for cameras. It is a compilation of sections by academic authors. 550 pages, hardcover.

Posted in books | Tagged | Leave a comment