educative.io

Error in material *please correct*

Hi,

There is an error for the java version of the test. The template is:
public static List findRepeatedSequences(String s, int k) {

but the solution has List as return type:
public static List findRepeatedSequences(String s, int k) {

Hello,

We have checked both the challenge and the solution lessons, and the function signatures seem to be correct in them. Can you please clarify where exactly you feel the difference?

Thank you.