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.
You have to define it. The test is the one who is going to call it.
You're welcome. The pleasure is all mine ;)
Sometimes I leave descriptions to know what the solution was about. I am all the more happy when they help others :)
This comment is hidden because it contains spoiler information about the solution
No, in input:
j
(arr[j]
) "- the number of a friend who was given a gift by friend number i", but in output:i
(arr[i]
) "- the number of a friend who was given a gift by friend number i"This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
It only generates until it gets a match, or the first value a generator returns.
You're right! Fixed! Thank you for your comment.
opened as issue.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution