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.
This commit is contained in:
Arthur Corenzan 2017-09-11 17:11:17 -03:00 committed by GitHub
parent 226d6427d8
commit e41ba37337
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ But knowing the stuff will help you become better! :muscle:*
- [Sorting Algorithms](https://visualgo.net/en/sorting) - [Sorting Algorithms](https://visualgo.net/en/sorting)
### Numbers ### 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: [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/) - :page_facing_up: [Basic Number Theory Every Programmer Should Know...](https://www.codechef.com/wiki/tutorial-number-theory/)