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.
?
there's nothing wrong with it, i've checked with the sample tests
have you mutated the input in the example tests? e.g.,
The correct mathematical application of currying is to transform a function
f: X x Y x Z -> R
to a chain of single-argument functions, thus:
f: X -> (Y -> (Z -> R))
and anything else would be considered partial function application.
Although I will unpublish the kata soon, I would like to know: Was this not intuitive from reading the Kata's description or for you personally?
I created similar kata this summer. You can check it, if you interested.
It is called "Concat arguments"
The description hasn't been changed since 3 years ago, and will probably not be changed in the future.
Yeah, I noted the same thing.
This comment is hidden because it contains spoiler information about the solution
Resolved. Let me know if you face more issues.
All fixed now. Please check.
Just an oversight on my part. It shouldn't affect the outcome. Will fix it shortly.
Which language?
Well, although very similar they are not exactly the same. I think this one is slightly more difficult because of the '0...' numbers and other little instructions.
But anyway, even though they are similar, I wouldn't mark it as an issue, but that's only my opinion!!
This issue no longer appears. Closed
same =(
This comment is hidden because it contains spoiler information about the solution
Thanks, yes, although an OOP solution isn't required
Loading more items...