string rotation

String rotation refers to the operation of rearranging the characters of a string by moving some of its characters to the end, while maintaining the relative order of the rest of the characters. It is commonly used in programming to check if one string is a rotation of another.

Requires login.