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.
Do some research about data structures :)
They are two parameters of a lambda expression
What are "r" and "i"? they are not declared...
This comment is hidden because it contains spoiler information about the solution
Thanks! My shortURL generator is not based on randomness, but still I can't achieve not to iterate every time on the DB... I can run 35.764 tests before getting out of time...
Hey guys! I'm having some trouble to solve this kata, I passed the first test, but when I attemp, I'm having this message error:
"Execution Timed Out (16000 ms)"
I guess that I have a performance problem, am I right? Do you have any clue to help me pass this kata?
This is some beautiful code!
as the user 'miyatanimi' discussed with 'B1ts' a few days ago: "you are not allowed to match multiple values of one array to one value of the second array.
I have no clue what this could mean...
edit: I discovered it :)))))
This comment is hidden because it contains spoiler information about the solution
I had a filter to return false, if passed arrays are null or empty. My mistake was to assume that arrays cant be empty
Print the input.
I can´t pass test10, does anyone knows the given parameters of that test?