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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Well complexity of your code is O(n^2) of both the loops and you are using two list methods too i.e., count and remove which i guess having a complexity of O(n) linear time.. so for better case, you can easily decrease the complexity of your code
23 should equal 13
is this?? i don't get what are the parameters they are using for testing
Hey guys, i ran my code written in python and it passed all the test cases except this one i.e., "23 should be equal to 13" i don't know why but it seems a mistake in that test cases (maybe) coz i checked by creating my own test cases of both 23 and 13 ..
can any one give me a reason why this happened ??
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 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 comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Actually, I'm a beginner here so don't know much about these flags (can you please tell me, why we need them)
This comment is hidden because it contains spoiler information about the solution
Loading more items...