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 wrote my code in c++ and i guess there is something wrong,
Random_test
Expected: equal to gvtchl znkqkh pb tcqy
Actual: gvtch lznkqk hp btcqy
This comment is hidden because it contains spoiler information about the solution
i think you have done it in some other language this is for java:
assertEquals(4, Persist.persistence(39));
this is causing the problem
persistence(999)==4 but it asks for 2
wait a sec
persistence(39)==3
but it is asking for 4
Ty I thought 2 is what(in this case) we had to return.
This comment is hidden because it contains spoiler information about the solution