1
0
mirror of https://github.com/mtdvio/every-programmer-should-know.git synced 2025-07-31 12:00:25 +02:00

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

View File

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