6 ms·
Yes, and for some people like me, reading and finishing the complete TAOCP series is a 'forever' project.
by pagejim 14y ago
Yes, and for some people like me, reading and finishing the complete TAOCP series is a 'forever' project.
- deleted 14y ago[deleted]
- betterunix 14y agoOne of the side projects I have to embark on is writing a companion to TAOCP that shows how to implement the algorithms in a functional language, probably Scheme or some subset of Common Lisp. The main complaint I have about TAOCP is Knuth's insistence on using assembly language to illustrate the algorithms -- otherwise, they give what is probably the most in-depth description of the motivation and analysis of algorithms I have seen (much more detailed than CLRS, though CLRS is more complete). Also, it is worth pointing out that there is no "complete TAOCP" yet. It remains a work-in-progress; I am looking forward to Volume 4B (though I have yet to actually finish any of the current volumes).