add SICP to book list

This commit is contained in:
Talia 2019-11-24 21:34:28 +01:00 committed by GitHub
parent 59b1acfef4
commit a76146f3cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,10 @@ Stephen Boyd and Lieven Vandenberghe
> Here is just one tip of the iceberg well explore in this book: How much time does it take to find the prime factors of a 1,000-digit integer? > Here is just one tip of the iceberg well 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) ### [The Algorithm Design Manual](http://mimoza.marmara.edu.tr/~msakalli/cse706_12/SkienaTheAlgorithmDesignManual.pdf)
> Most professional programmers that Ive 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. > Most professional programmers that Ive 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.