Add some more books
This commit is contained in:
parent
4f44cbb539
commit
59b1acfef4
1 changed files with 12 additions and 0 deletions
|
@ -10,6 +10,10 @@ or just wanted to save in case I ever need them.
|
||||||
|
|
||||||
## Books
|
## Books
|
||||||
|
|
||||||
|
### [97 Things Every Programmer Should Know](https://97-things-every-x-should-know.gitbooks.io/97-things-every-programmer-should-know/content/en/index.html)
|
||||||
|
|
||||||
|
> Pearls of wisdom for programmers collected from leading practitioners.
|
||||||
|
|
||||||
### [Introduction to Applied Linear Algebra](https://web.stanford.edu/~boyd/vmls/)
|
### [Introduction to Applied Linear Algebra](https://web.stanford.edu/~boyd/vmls/)
|
||||||
|
|
||||||
Introduction to Applied Linear Algebra – Vectors, Matrices, and Least Squares
|
Introduction to Applied Linear Algebra – Vectors, Matrices, and Least Squares
|
||||||
|
@ -17,4 +21,12 @@ Stephen Boyd and Lieven Vandenberghe
|
||||||
|
|
||||||
> This book is used as the textbook for the course EE103 (Stanford) and EE133A (UCLA), where you will find additional related material.
|
> This book is used as the textbook for the course EE103 (Stanford) and EE133A (UCLA), where you will find additional related material.
|
||||||
|
|
||||||
|
### [Mathematics and Computation](https://www.math.ias.edu/files/Website03-25-19.pdf)
|
||||||
|
|
||||||
|
> 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?
|
||||||
|
|
||||||
|
### [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.
|
||||||
|
|
||||||
## Blogs
|
## Blogs
|
||||||
|
|
Loading…
Reference in a new issue