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.
Beautiful Kata, thank you.
Really interesting kata to figure out, funny and challenging.
I don't think it is reasonable to have a 7 kyu expect the individual to know about varargs to answer the question. While there is exploration in that space (pulling out n, then ..., rather than just ...) and your title is a subtle hint, I feel it is a bit "haha gotcha, made you google it" for people already not familiar with that syntax. If solving the input is part of your problem space, I would outline that in the details. You can even frame it like a story, "I am having trouble naming the input, so I left it blank for now....".
What is the desired outcome if only 1 argument is given in the test?
Done in this fork
Python: In the description it says: He told you that the sub function may or may not be here, if no sub-function return undefined, ...
The undefined part of sentence should be replaced by e.g. an empty string in Python
I found quite a few, you arrogant dutch-man:
hm... didn't think that such a simple pattern would work. but okay i guess.
It should be fixed.
Try again with your previous code, close the issue if it is fixed.
Probably, because your current code works and doesn't mutate the input array.
Some of the random testing in JS seems a bit off.
Expected: false. Actual: true.
Not sure if it could be related to the same input modification issue that another user mentioned regarding Python,
as my solution does modify the
itemsinput array.performance issue fixed
fixed
fixed
Loading more items...