TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Programming Book List

44 pointsby jasimover 3 years ago

3 comments

jll29over 3 years ago
- SICP to learn about abstraction(s), divide-and-conque, programming in the small.<p>- Knuth TAO - reference for algorithms and data structures, as well as reasoning about runtime, and to learn to what length true perfectionists can go (and to also learn that if you live like that you may get famous but you will never live long enough to deliver chapter 12 of the book you promised your publisher as a Ph.D. candidate).<p>If you only ever read two books and you want to know what is computer science, these two represent the very best in writing that the discipline has produced. But there&#x27;s plenty more fabulous work, of course:<p>- Cormen et al. and Skiena about algorithms and data structures - to learn and to become familiar with the standard inventory<p>- K&amp;R - C programming - Stevens - to learn about UNIX and systems programming.<p>- ...and any random Python text book<p>But after that standard canon one could branch out into the various sub-fields of CS, from compilers (dragon book, Wirth), formal languages &amp; automata (Aho, Hopcroft &amp; Ullman; Salomaa), over machine learning (Murphy; Hastie&#x2F;Tabshirani&#x2F;Friedman), databases and data mgt. (Lemahieu&#x2F;vanden Broucke&#x2F;Baesens), software engineering (Sommerville), ... each of which have their standard texts.
rg111over 3 years ago
I don&#x27;t understand why this list does not have Sedgewick, Wayne&#x27;s book Algorithms.<p>That book was as good as a book gets.<p>It really explains concepts and teach algorithms to you, and not shying away from the math.<p>I would always suggest the combination of SW, Skiena, and DPV to learn and get a full picture of Algorithms.
pfranzover 3 years ago
No date on the page and its excluded from archive.org, but the main page says it&#x27;s from Oct 2016.