Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
In haskell I'm failing the final test case "find a few words more", I dont understand what it requires.
Using the snippet above
isValidWalk ['n','s','n','s','n','s','n','s','n','s']
returnsTrue
in ghci (ghc v8.6.4)This comment is hidden because it contains spoiler information about the solution
My solution times out on the last test case. Where can I find info on how to reject infinite lists in haskell?
The last test case in haskell is generating strings with randoms chars.