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
I guess it's fixed now? It worked for me, at least.
I guess it's fixed now? It worked for me, at least.
There is no lists of infinite length in this kata.
Yes, it does.
It might be a silly question, but does for example 937640 ^ (767456 ^ 981242) execute in less than 6 seconds to anyone?
https://github.com/Codewars/codewars.com/issues/379
The haskell compiler may be broken. Running tests works fine, but when I submit, I get:
Yes, gotcha. If we're expected to be able to solve infinite-length lists, it would be helpful if that were in the problem description.
@Bodigrim, your comment is marked as a spoiler
I am working in haskell.
Mine also always runs out of time, but my solution should be incredibly efficient. I've been pulling my hair out the past week, because (locally) I can't make my solution take any time at all.