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.
Haskell seems to be fine: closed until further notice.
timeLimit
can be up tomaxBound
. If a solution never uses numbers greater thantimeLimit
in calculations than it's not a problem. I don't see it as an issue but you can changemaxBound
to a not so large arbitrary integer if you like.I took a look in the edit panel. 4 guys completed it in haskell. I'm not competent in haskell... But is that still an issue or can it be resolved?
Someone?
It's fixed
Fixed. Maximum string length reduced according to the description.