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.
Yeah, I thought the same as argv0. This kata seems to be ill posed.
but why focusing on the 2 in this example, when in this one
testing(269045, [26945, 3, 0]);
the 0 is move to the position 0 as well.
Did you ever figure this out?
Same here... I iterated through each one. This is pretty.
Very nice. I always forget about list manipulation like that. I come from a procedural background
This comment is hidden because it contains spoiler information about the solution
Took me a while as well :|
did you finish? I passed 160 test cases failed 56. Can you explain the logic process you took.
This comment is hidden because it contains spoiler information about the solution