From e41ba373372bb206d3a3820f5413772ac5805319 Mon Sep 17 00:00:00 2001 From: Arthur Corenzan Date: Mon, 11 Sep 2017 17:11:17 -0300 Subject: [PATCH] Add book How to Count under Numbers section Really good introduction to bases (binary, decimal, etc), big/small endians, integer, long, floating points, and an overview of how computers count. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f088016..a66072b 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ But knowing the stuff will help you become better! :muscle:* - [Sorting Algorithms](https://visualgo.net/en/sorting) ### Numbers +- :book: [How to Count](https://www.goodreads.com/book/show/12093869-how-to-count) - :page_facing_up: [Floating Point Guide](http://floating-point-gui.de/) - :page_facing_up: [Basic Number Theory Every Programmer Should Know...](https://www.codechef.com/wiki/tutorial-number-theory/)