How come you get 11 chances to pass when learning binary and only 10 learning BCD?
Simon Willcocks (1499) 513 posts |
It doesn’t seem fair. |
Simon Willcocks (1499) 513 posts |
Grey code. I meant Gray code. Damnit! I woke up this morning and realised that binary→grey is simply (N EOR (N >> 1)). I don’t know why. |
Stephen Unwin (1516) 154 posts |
There are 10 types of people when it comes to binary, those that understand it and those that don’t. |
Simon Willcocks (1499) 513 posts |
Thank you! |
Clive Semmens (2335) 3276 posts |
Interestingly, there are also 10 types of people when it comes to Gray code, also those that understand it and those that don’t. Despite the fact that it’s 10 OR 11 times more difficult to understand. |