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.
I have the same problem. What is criteria of "positive integer num has not been correctly chosen". Thank you (js)
The encode method should return an empty String if a null parameter is passed
character to be escaped is missing
What does it mean in Java?
null has no length property.
This comment is hidden because it contains spoiler information about the solution
i have an issue in returning none in problem
The input value n was
125000
and you returnedint[]{5,9}
where 59 = 1953125 instead of for exampleint[]{50,3}
testRandomPerfectPowers
5^9!=125000 expected:<125000> but was:<1953125>
I am confused, what this test wants from me.
P.S calculate it by yourself