From 8871fc1061428cbaf75495b5d4eecd8e53fa7fad Mon Sep 17 00:00:00 2001 From: Dang Van Dien Date: Wed, 13 Sep 2017 21:27:17 +0700 Subject: [PATCH 1/2] Added a link to What Every Computer Scientist Should Know About Floating-Point Arithmetic --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f088016..ea6f718 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ But knowing the stuff will help you become better! :muscle:* ### Numbers - :page_facing_up: [Floating Point Guide](http://floating-point-gui.de/) +- :page_facing_up: [What Every Computer Scientist Should Know About Floating-Point Arithmetic](https://docs.oracle.com/cd/E19957-01/806-3568/ncg_goldberg.html#680) - :page_facing_up: [Basic Number Theory Every Programmer Should Know...](https://www.codechef.com/wiki/tutorial-number-theory/) ### Strings From b5896d5126dcf98458eac638e006495ccf9a161d Mon Sep 17 00:00:00 2001 From: Dang Van Dien Date: Wed, 13 Sep 2017 21:32:09 +0700 Subject: [PATCH 2/2] =?UTF-8?q?Added=20a=20link=20to=2040=20Key=20Computer?= =?UTF-8?q?=20Science=20Concepts=20Explained=20In=20Layman=E2=80=99s=20Ter?= =?UTF-8?q?ms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ea6f718..65c8370 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ But knowing the stuff will help you become better! :muscle:* ### Introduction - :movie_camera: [Map of Computer Science](https://www.youtube.com/watch?v=SzJ46YA_RaA) +- :movie_camera: [40 Key Computer Science Concepts Explained In Layman’s Terms](http://carlcheo.com/compsci) ### Falsehoods - [Awesome Falsehoods](https://github.com/kdeldycke/awesome-falsehood)