aQuaYi/LeetCode-in-Go

Failed passing 686. Repeated String Match

zhongqin0820 opened this issue · 1 comments

Hi, @aQuaYi. Your solution doesn't pass all the latest test cases(51/55).

Input:
"abc"
"cabcabca"
Output:
-1
Expected:
4

Mind me to pull a request?

@zhongqin0820 thanks for pull request