From 7249ab629e4a92f7a64567326135dcfc15fc52dd Mon Sep 17 00:00:00 2001 From: Jimages Date: Sun, 22 May 2016 13:01:55 +0800 Subject: [PATCH 1/3] Add books about algorithms and operation system. --- extras/books.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/extras/books.md b/extras/books.md index 0256a8f..5dccbdf 100644 --- a/extras/books.md +++ b/extras/books.md @@ -45,6 +45,10 @@ ### Algorithms +Name | Author | ISBN +:-- | :--: | :--: +[Introduction to Algorithms(3rd Edition)](http://www.amazon.com/Introduction-Algorithms-3rd-MIT-Press/dp/0262033844/) | Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein | 9780262033848 + ### Programming Paradigms ### Software Testing @@ -63,6 +67,10 @@ ### Operating Systems +Name | Author | ISBN +:-- | :--: | :--: +[Modern Operating Systems(4th Edition)](http://www.amazon.com/Modern-Operating-Systems-Andrew-Tanenbaum/dp/013359162X/) | Andrew S. Tanenbaum, Herbert Bos | 9780133591620 + ### Computer Networks Name | Author | ISBN From a448dbc1235fa3165b75c13c4e5130326f30506c Mon Sep 17 00:00:00 2001 From: Jimages Date: Sun, 22 May 2016 13:18:14 +0800 Subject: [PATCH 2/3] Add a book about compilers. --- extras/books.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extras/books.md b/extras/books.md index 5dccbdf..7cfbbb0 100644 --- a/extras/books.md +++ b/extras/books.md @@ -90,6 +90,10 @@ Name | Author | ISBN ### Compilers +Name | Author | ISBN +:-- | :--: | :--: +[Compilers: Principles, Techniques, and Tools (2nd Edition)](http://www.amazon.com/Compilers-Principles-Techniques-Tools-2nd/dp/0321486811/) | Alfred V. Aho, Monica S. Lam, Ravi Sethi, Jeffrey D. Ullman | 9780321486813 + ### Parallel Computing ### UX Design From 70939208e5e4bc3527ed2add06334c0389d8868c Mon Sep 17 00:00:00 2001 From: Jimages Date: Sun, 22 May 2016 13:23:27 +0800 Subject: [PATCH 3/3] Add a book about discrete math. --- extras/books.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/extras/books.md b/extras/books.md index 7cfbbb0..dcd0255 100644 --- a/extras/books.md +++ b/extras/books.md @@ -43,6 +43,10 @@ ### Math (Discrete Math) +Name | Author | ISBN +:-- | :--: | :--: +[Discrete Mathematics with Applications(4th Edition)](http://www.amazon.com/Discrete-Mathematics-Applications-Susanna-Epp/dp/0495391328/) | Susanna S. Epp | 9780495391326 + ### Algorithms Name | Author | ISBN