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.
the name
python: actual and expected are swapped in the random tests ('cause what's called
expected
is actually the answer of the user...)Hi,
there is an issue about the kata, but not about its correctness. Your approach cannot work. What you're designing here is the following:
which is not at all what you're supposed to do.
closing, here, as the proper issue as been raised above.
cheers
python + JS: the sample and fixed tests are just a joke only 2 tests, none testing the recusive aspect. Hence they are actually useless and the user is directly facing a fail on the random tests, with a huge value of n.
=> need more fixed tests
ith n from 2 to 4, for example-> n=2 would be enough.This comment is hidden because it contains spoiler information about the solution
imo the rgb value should just be given as an array instead of three seperate arguments