Earlier last week I posted a small collection of books from memory about Good CS/algorithms textbooks 1
Continuing on the same theme lets see a few more good books,
- The C++ Programming Language, 2nd-4th Ed., by Bjarne Stroustrup, link
- The C Programming Language, 2nd Ed, Brian Kernighan, Dennis Ritchie, link
- Numerical Computing with MATLAB, Cleve Moler link
- Matrix Computations, Gene Golub and Charles Van Loan link
- Introduction to Computation and Programming with Python, John Guttag (2013 ed), link
- SICP Structure and Interpretation of Computer Programs, Ableson and Sussman, link
- Little Schemer, Daniel Friedman and Mattias, link
We can consider good workbooks like ‘Let Us C’, ‘Programming in C’, and books by Dietel and Dietel as trade books, lacking somewhat in style and conceptions. Books you are unlikely to gain more from while you read the second or third times.
One thought on “Good CS/algorithms textbooks 2”