On October 26, 2013, after well over a decade of software development, I decided to return to Donald Knuth’s monumental work, The Art of Computer Programming. That is, to make my way methodically through all four volumes, reviewing any and all references myself (provided they are in English), and attempting to complete all exercises, provided their rating is below 40.
This website serves as a record of my effort, and will be updated as I make progress.
Section | Title | HTML | Completed | |
Notes on the Exercises | HTML | October 26, 2013 | ||
1.1 | Algorithms | HTML | November 21, 2013 | |
1.2.1 | Mathematical Induction | HTML | December 10, 2013 | |
1.2.2 | Numbers, Powers, and Logarithms | HTML | January 30, 2014 | |
1.2.3 | Sums and Products | HTML | February 12, 2014 | |
1.2.4 | Integer Functions and Elementary Number Theory | HTML | March 9, 2014 | |
1.2.5 | Permutations and Factorials | HTML | March 27, 2014 | |
1.2.6 | Binomial Coefficients | HTML | May 9, 2014 | |
1.2.7 | Harmonic Numbers | HTML | April 27, 2015 | |
1.2.8 | Fibonacci Numbers | HTML | February 22, 2016 | |
1.2.9 | Generating Functions | HTML | May 9, 2021 | |
1.2.10 | Analysis of an Algorithm | HTML | ... | |
An updated bibliography can be found here (or as a PDF).
tmj
P.S.: If you wish to contact me, please email me at gmail.com: my handle is tord.m.johnson.
P.P.S.: Thanks to Dmitry Sokolov and Akshay Gowda for corrections.