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.
Somebody said, that there is a bug in test cases, could you check it? You can see the issue in 'issues' section for this kata
Please, add randomized tests, i think it will not take a lot of time for you. Translation for java was made not by me
Thank you Ivan, I fixed the image
I don't have this image in my browser cache( Probably somebody can share this image and I will upload this again, otherwise it will take some time while I will restore the image.
Guys, could you check you browser cache?
Thank you for improving. I added this test case.
LesRamer, thank you. Approved your translation
Please, let me know, when the problem will be resolved, i will approve the translation then
Looks like there is some bugs in codewars. A can not approve your translation
Thanks
Certainly
Ok, then try harder:) In my solutions i've used some es2016 features to improve speed of a computation, so probaly you can take this into account. Anyway, this kata is solved without es2016
This comment is hidden because it contains spoiler information about the solution
In my opinion, your tests don't cover all cases, for example, I found that a lot of solutions which don't take care of such case:
var fn = curryPartial((a,b,c)=>a+b+c)
var fn1 = fn(1)
fn1(4,5) // returns 10
fn1(6,7) // returns 10, but must returns 14
Could you fix this problem? Or I can add such tests for your kata if you want
It wasn't easy, but I have done it":)
Thanks a lot, tomorrow i'm going to try again)
Loading more items...