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.
Thanks a lot for the link!
I really love this solution! Its so much cleaner and understandable for a newbie like me!
Would you please be so kind to explain how did you get to a 't' variable?
Thanks a lot in every case!
thanks a lot for the response!
i thought that i had almost the same solution but that i ve failed on performance because i ve used a list instead of a set. it might be that it wasnt the case.
oh my god. u just gave me a clue.. it is not the issue, its my code!
Thanks a lot and please sorry!
i think that this is an issue as someone already mentioned below. Or I am wrong?
"page_item_count is returning incorrect value: 10 should equal 4"
Could someone please fix this?
I am wondering is this kata a bit harder than a 5kyu since i am not even close of understanding the solutions or what should be done here either.
Would someone please be so kind and explain one of (the\his) solutions in the "Solutions" tab, since i ve already unlocked these?
Could you please explain the following line: "for j in range(1,int(i**.5)+1):" ?
Correct me if i am wrong, but the top solutions are also not stopping once when exact value is met, they are looping through the whole array aswell.
This comment is hidden because it contains spoiler information about the solution