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.
sorry - it's correct. n > 1
Is it possible to correct the test? the '1' is not correct.
Thanks a lot! It works :-)
I get failure in the Small test:
"p(i) should be in increasing order"
"None should equal True"
Can somebody provide the Test Case to get these results. In general my program is working well.
Thanks!
This comment is hidden because it contains spoiler information about the solution
My program is running well. Only at the Test "vxmv!xyx@R@" it takes the first bracket not the correct. Have someone else the same issue?
I am using Python.
First I figured out what could be the highest power be with the basis 2.
Than I tested the result of this power an lesser.
what would you like to know?
How can I handle the "not" in the test before the array?
Are the test correct?