Check if String is Rotation of AnotherDetermine if one string is a rotation of another string by checking if it can be formed by rotating the characters.
Longest Substring Without Repeating CharactersFind the length of the longest substring without repeating characters