Tuples
This is a very short post on something I found while working on a generic Radix Sort.
C++/Python Programmer
This is a very short post on something I found while working on a generic Radix Sort.
This is not a real post, just a link to the list of books I added on github.
In this post, I am going to present several square root approximations.
For this first post, I planned to present several square root approximations, but since I manipulate the bits of the float representation, I need to first write about float/double in C++.
This is my first post using Jekyll. I created this page using the tutorial from Barry Clark.