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.
So is the condition "keywords less then 6 characters" checked before, or after spaces are removed?
There are no tests with double name without digit or special char
There are no tests for passwords with one or two letters capitalized without special char or digit
For small
n
s this shouldn't be a problem for almost all inputs, so it can be tested..
But I definetely see the problem in that your code sometimes fails other times doesn't. I have added a fixed test case that should catch this problem up front.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This solution sometimes crashes with an overflow. If hte input in those cases is valid, there should be corresponding fixed tests.
Why input is string not a complex number?
The tests does not require checking for
|z| < 2
for exactlyn
iterations;n+10
works too. There should be fixed tests to enforce this.This comment is hidden because it contains spoiler information about the solution
Yes, will do!
You should add a sentence about Keywords with space in the description (i.e. to remove the space)
Loading more items...