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.
pull/32/head
Arthur Corenzan 7 years ago committed by GitHub
parent 226d6427d8
commit e41ba37337

@ -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/)

Loading…
Cancel
Save