Over many years I have come to rely on some good CS and algorithms textbooks; this list maybe reflective of a electrical engineer’s take on a computer science profession that is increasingly no-holds barred – if you can add then you can code – world

.
- CLRS book “Introduction to Algorithms” by founders of RSA and MIT CS faculty; link to Amazon
- AOSP book “Numerical Recipes in Fortran 77; Art of scientific programming”, by Flannery, Press and Teukolsky; link
- Dragon book “Compilers: principles, techniques and tools”, by Aho, Sethi, Ullman link
- Tiger book “Modern Compiler Implementation in C/Java/ML” by Andrew Appel link
- “Dive into Python” by Mark Pilgrim, link
- “Thinking in Java” by Bruce Eckel, link
- Python language tutorial by Guido Van Rossum link
2 thoughts on “Good CS/algorithms textbooks 1”