Y Hacker News Books
The Art of Computer Programming

#30 of 644 all-time

The Art of Computer Programming

Donald Knuth

23 people recommended it in 8 threads, 2011–2024.

What people on Hacker News said

svat
Anyone who doesn't want to learn MIX can just ignore those few parts of TAOCP; there's enough value in those books without them.

on HN, 2017

asnyc
Have read only parts of Knuth / CLRS - They are good, but for real problems analysis , would prefer Sienna

on HN, 2017

hackermailman
TAOCP is more than an algorithms book, Knuth even have strategies for writing lengthy programs from scratch, how to build test libraries, how to optimize a program to make it cache memory friendly ect.

on HN, 2017

tjr
It’s machine language for a fictional machine, but there exist emulators for the machine. The code is runnable.

on HN, 2017

hodgesrm
I generally go to Knuth when I'm really stuck--not just how to do something but sometimes how to frame the problem so it can be solved.

on HN, 2017

placebo
For years I've had the textbooks of CLRS and Skiena at home (and a pdf of Dasgupta) but they are used only in the event I need to drill down to understand a particular algorithm to solve a particular problem.

on HN, 2017

Where it comes up