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 totally agree. There is also another kata which suffers from this: Matrix Determinant (4 kyu).
Nice kata. Took me too long to solve but I need to make my solution more performanant instead of copying arrays.
nice
This comment is hidden because it contains spoiler information about the solution
????
looks like we have a winner!
;)
This comment is hidden because it contains spoiler information about the solution
Not a kata issue. Your solution is incorrect.
try to debug it using
print
, and see what happened to the list when you iterate and remove something from it.Use code formatting when posting blocks of code.
This comment is hidden because it contains spoiler information about the solution
I think this question is too easy for a 5 kyu. Perhaps a 7 kyu.
Thank you for this kata! Really enjoyed it! Gave myself an extra challenge for doing it in C.