My learning goals with this project were two fold:
- learning about the intrinsic logic of binary (or another base) conversion
- learning to manipulate strings
As such I have place the following
constraints on my solution:
-
not to use any inherent method to convert to binary
-
convert the binary numbers to a string before adding them
See my source code and project writeup