DEV Community

Discussion on: What are your must-read tech books for 2018?

Collapse
 
igormp profile image
Igor Moura • Edited

My favorite books, without any specific order or category:

  • Sedgewick's book on algorithms
  • Cormen's book on algorithms (a bit more math-heavier than the one above)
  • Structure and interpretation of computer programs (SICP), by Harold Abelson
  • K&R C book
  • Computer Organization and Design, by Patterson and Hennessy
  • Tenenbaum's books on networks and operating systems
  • Cracking the coding interview
  • Competitive programming 3
  • The art of electronics

Those may be a bit CS/CE focused, but are highly recommended books everywhere :)

Collapse
 
phillie profile image
Philly

CS/CE focused is great, I like those books. 😄
Thanks for this awesome list. 😊 I'll def have a closer look at those.