From a76146f3cc25ada76cdbe698b3a89bfdc04e301a Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Sun, 24 Nov 2019 21:34:28 +0100 Subject: [PATCH] add SICP to book list --- bibliotheca.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bibliotheca.md b/bibliotheca.md index 51e6cd4..78e7c42 100644 --- a/bibliotheca.md +++ b/bibliotheca.md @@ -25,6 +25,10 @@ Stephen Boyd and Lieven Vandenberghe > Here is just one tip of the iceberg we’ll explore in this book: How much time does it take to find the prime factors of a 1,000-digit integer? +### [Structure and Interpretation of Computer Programs](https://sarabander.github.io/sicp/) + +Not much to say about this, everyone should have read SICP. + ### [The Algorithm Design Manual](http://mimoza.marmara.edu.tr/~msakalli/cse706_12/SkienaTheAlgorithmDesignManual.pdf) > Most professional programmers that I’ve encountered are not well prepared to tackle algorithm design problems. This is a pity, because the techniques of algorithm design form one of the core practical technologies of computer science.