Introduction to Algorithms: Solid introduction to algorithms and datastructures. Much more reliable than random online resources when studying for coding interviews.
Computer Systems: A Programmer's Perspective: Really goes into the details: processor architecture, memory hierarchy, system-level I/O, concurrent programming, and many more. A must read if you want a deeper understanding of computer systems.