Minimum Repetations

Strings (Advanced Algo) Contest

Given two strings a and b, determine the minimum number of times string a must be repeated so that string b becomes a substring of the repeated string.


If it is impossible for b to be a substring of the repeated string a, return -1.

Constraints

  • 1 <= a.length, b.length <= 105

Company Tags

[ ]