educative.io

Issue with Grader

There is an issue with the grader for question “Word Search II”
The description states:

Note: The order of the strings in the output does not matter.

But my submission got rejected because of the order

Input

[[“S”, “T”, “R”, “A”, “C”], [“I”, “R”, “E”, “E”, “E”], [“N”, “G”, “I”, “T”, “C”], [“I”, “T”, “S”, “R”, “A”]] , [“STREET”, “STREETCAR”, “STRING”, “STING”, “RING”, “RACECAR”]

Output

[“STREET”, “STREETCAR”, “STRING”, “STING”, “RING”, “RACECAR”]

Expected

[“STREET”, “STREETCAR”, “STRING”, “RACECAR”, “RING”, “STING”]

1 Like

Hello @Tobias,

Thank you for sharing this feedback. We’ve fixed the issue with test cases and we’ll update here once the updated version goes live.

Feel free to share any more suggestions and feedbacks.

Happy learning!