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.
Agreed, I spent 10 minutes just hitting test and getting frustrated.
Eventually just said Try and it was okay.
C# Translation
Updated in fork
Sample test is broken in C#
I must apologize. I wrote this deeply frustrated as I am just starting to learn programming and I could not see the logic behind this kata.
It would be very educational to look at the solutions. Or come up with a solution which does not time out. Like, really.
This comment is hidden because it contains spoiler information about the solution
No, it's not the goal here. It is your task to come up with a solution which does not time out.
Cmon, it is so easy it hurts.
Cmon, it is so easy it hurts. Please fix the number so it does not time out every time even with the simplest for loop.
Do all those solutions contain loops? Then you should try something different.
I feel your pain. But it kinda does -- the Description says that it uses x for rows and y for columns. It's messed up, but it is specified.
focus on the output of the problem, it requires the length not the sequence of the numbers.
I also keep getting Execution Timed Out, Ive tried three different solutions that pass Test Case.
The description does not specify indexing order - x, y vs y,x.
Worse, the preloaded tests don't too.
So, if you initially chose the wrong order, you cannot understand what is problem with random tests.
Could you add such test, please, f.e. (is_efficient(11, 10, 5.5), True) ?
TS Translation
Loading more items...