TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Programming Book List

44 点作者 jasim超过 3 年前

3 条评论

jll29超过 3 年前
- 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.
rg111超过 3 年前
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.
pfranz超过 3 年前
No date on the page and its excluded from archive.org, but the main page says it&#x27;s from Oct 2016.