Found a curious puzzle on stackoverflow, how to check if the string is a rotation of another string.
My provided answer uses the modulo approach. Hats off to the voted answer(uses concatenation approach), it's the best, I think even Jon Skeet was impressed :-)