Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 280 Bytes

File metadata and controls

3 lines (2 loc) · 280 Bytes

Question

Assume you have a method isSubstring which checks if one word is a substring of another. Given two strings, s1 and s2, write code to check if s2 is a rotation of s1 using only one call to isSubstring (e.g., "waterbottle" is a rotation of "erbottlewat").