You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 30, 2025. It is now read-only.
There should be a test case whose answer is the whole collection to catch solutions which forget to check when they reach the end of the collection. Example test case:
(= ["this" "is" "a" "sentence" "i" "wrote"]
(__ 100 #{"a"}
["this" "is" "a" "sentence" "i" "wrote"]))
Currently, solutions which would run forever on this test case pass all of the existing tests.
There should be a test case whose answer is the whole collection to catch solutions which forget to check when they reach the end of the collection. Example test case:
Currently, solutions which would run forever on this test case pass all of the existing tests.