I'm sitting in my office and having difficulties to get to know that exactly happens, when I do a bit rotation of a binary number.
An example: I have the binary number 1110. By doing bit rotation, I get 1101, 1011, 0111 ... so I have 14 and get 7, 11, 13 and 14 again.
I can't get a rule out of it... can somebody help me?
Excuse my bad English, I'm just so excited about this problem.