From 82b724a2496faff34654981a72f86b6db187d21a Mon Sep 17 00:00:00 2001 From: Eric Douglas Date: Mon, 23 Nov 2015 18:57:10 -0200 Subject: [PATCH] Add extras folder and books file --- extras/books.md | 97 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 extras/books.md diff --git a/extras/books.md b/extras/books.md new file mode 100644 index 0000000..47ef1f0 --- /dev/null +++ b/extras/books.md @@ -0,0 +1,97 @@ +# Computer Science - Extra Resources + +## Books + +- [Introduction to Computer Science](#introduction-to-computer-science) +- [Math (Mathematical Thinking)](#math-mathematical-thinking) +- [Program Design](#program-design) +- [Math (Discrete Math)](#math-discrete-math) +- [Algorithms](#algorithms) +- [Programming Paradigms](#programming-paradigms) +- [Software Testing](#software-testing) +- [Math (Calculus)](#math-calculus) +- [Software Architecture](#software-architecture) +- [Theory](#theory) +- [Software Engineering](#software-engineering) +- [Math (Probability)](#math-probability) +- [Computer Architecture](#computer-architecture) +- [Operating Systems](#operating-systems) +- [Computer Networks](#computer-networks) +- [Databases](#databases) +- [Cloud Computing](#cloud-computing) +- [Math (Linear Algebra)](#math-linear-algebra) +- [Cryptography](#cryptography) +- [Security](#security) +- [Compilers](#compilers) +- [Parallel Computing](#parallel-computing) +- [UX Design](#ux-design) +- [Computer Graphics](#computer-graphics) +- [Artificial Intelligence](#artificial-intelligence) +- [Machine Learning](#machine-learning) +- [Natural Language Processing](#natural-language-processing) +- [Big Data](#big-data) +- [Data Mining](#data-mining) +- [Internet of Things](#internet-of-things) +- [Specializations](#specializations) + +--- + +### Introduction to Computer Science + +### Math (Mathematical Thinking) + +### Program Design + +### Math (Discrete Math) + +### Algorithms + +### Programming Paradigms + +### Software Testing + +### Math (Calculus) + +### Software Architecture + +### Theory + +### Software Engineering + +### Math (Probability) + +### Computer Architecture + +### Operating Systems + +### Computer Networks + +### Databases + +### Cloud Computing + +### Math (Linear Algebra) + +### Cryptography + +### Security + +### Compilers + +### Parallel Computing + +### UX Design + +### Computer Graphics + +### Artificial Intelligence + +### Machine Learning + +### Natural Language Processing + +### Big Data + +### Data Mining + +### Internet of Things