Merge pull request #335 from johnaoss/patch-1

Added some books
pull/340/head
Eric Douglas 2016-07-01 14:47:01 -03:00 committed by GitHub
commit 55bef5783b
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