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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I never ran into any problem. I had no idea there was any. I also have no idea why there was a difference between Submit and Sample Tests anyway.
ETA: it's probably a refactoring fossil
Approved. That made me nearly go nuts. Thank you.
This comment is hidden because it contains spoiler information about the solution
Sample tests in Haskell fail due to a faulty function signature. I've put in a translation here that fixes it.
clear explanation @mortonfox thanks for that!
O(N²) => bad time complexity
It should have always had a
performance
tag.Approved
LC translation
But isn't that the essence of haskell? I mean, is that even possible to make haskell fail, to match JS or python?
How could this issue be resolved, in your opinion? lowering the inputs in JS/python?
The definitions Haskell presents are for the
newtypes
which it requires. In Python and JSList
andPair
are merely functions which follow the behaviour defined in ## Info (complimented byPreloaded
definitions).Regardless, I have added an extra section for a hopefully more concise definition.
Fixed
Loading more items...