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.
done
done for JS
Nice Kata!
updaded python new test framework.
Sample test cases use array of integers as in the function definition ('def unused_digits(arr):') but in the random tests number of integers provided.
4 is not less than 4
Description is wrong:
If n is less than 4, it should return ""
and
a(4) prints as
are contradictory.
This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/143.
Please join the discussion to help us identify duplicate kata and retire them.
Test doesn't work in JS but submit does. Fantastic
Yes, description should not be made language agnostic for this matter, or else translating to other languages gonna be ridiculously complicated...
Read this: https://docs.codewars.com/training/troubleshooting
Not a kata issue, the input is not a string. See in the sample tests how the function is called.
(JavaScript) I seem to be having an issue where I get the right answer in any other IDE but in codewars the ouput is simply wrong.
Loading more items...