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.
Same for me.
I could have saved a lot of time if I had understood better your sentence : 'I assumed all input is ordered'.
I had to print the first and last edges of the perfomance test to get it.
Thanks for that
Oh dammit. I'm at the same point and that would never have occurred to me.
Frankly it's downright rude to change something so fundamental on the last step (and then slap a "performance" label over the test so that you start questioning if something weird is going on deep down down in the guts of the Haskell engine). Oh, whew, you saved me a lot of time with that one!
By the way, I marked my comment as spoiler and now I can't see it.
This comment is hidden because it contains spoiler information about the solution
Hey I spent two days and finally got all tests right, as well as the first performance test.
But the second one gives me following error:
-1 should equal 1499998.0
Any hint would be highly appreciated😅
EDIT: Allright I got it , if anyone struggling with the same problem, I assumed all input is ordered. (If this hint or the question is enough to qualify for spoiler content, please let me know)