Back to all patterns

String

1 problems • Practice on LeetCode to earn credits

About This Pattern

Master the String pattern by practicing these problems organized by difficulty.Focus on the Key Signals - these are the indicators that tell you when to use this pattern.

Easy (1)

Rotate String

Check if string s can become goal after some number of shifts.

Key Signals:

Rotation checkString concatenation trickKMP alternative