Search
⌘K

Leetcode 796. Rotate String

Check whether one string is a rotation of another: return true iff s and goal have the same length and goal can be obtained by repeated left shifts of s — equivalently, whether goal is a substring of s+s.


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.