Added some books

Added:
Structure and Interpretation of Computer Programs
Calculus Made Easy
Grinstead and Snell’s Introduction to Probability
Compiler Construction
pull/335/head
John Oss 2016-07-01 13:42:43 -04:00 committed by GitHub
parent 992e3883ce
commit 4571f829c1
1 changed files with 17 additions and 0 deletions

View File

@ -37,6 +37,10 @@
### Introduction to Computer Science
Name | Author(s)
:-- | :--:
[Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/full-text/book/book.html) | Hal Abelson, Jerry Sussman, Julie Sussman
### Math (Mathematical Thinking)
### Program Design
@ -51,6 +55,10 @@
### Math (Calculus)
Name | Author(s)
:-- | :--:
[Calculus Made Easy](http://www.gutenberg.org/ebooks/33283) | Silvanus P. Thompson
### Software Architecture
### Theory
@ -59,6 +67,10 @@
### Math (Probability)
Name | Author(s)
:-- | :--:
[Grinstead and Snells Introduction to Probability](https://math.dartmouth.edu/~prob/prob/prob.pdf) |Charles M. Grinstead, J. Laurie Snell
### Computer Architecture
### Operating Systems
@ -77,6 +89,11 @@
### Compilers
Name | Author(s)
:-- | :--:
[Compiler Construction](http://www.ethoberon.ethz.ch/WirthPubl/CBEAll.pdf) | Niklaus Wirth
### Parallel Computing
### UX Design