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.
Well, ok because of the
start over
I got confused and thought I had start over again and again on a specific position and was like why it's failing.Well it's done now.
Then what does this statement means?
Here's what I understand.
That a person starts counting the petals, for
n
number of times.And if let's say
n = 8
they start the counting froma little
and always start over witha little
and as like this should also be done for any number i.e.6n + 2
, Right?And return last petal they stopped on, Right?
Oh, that's what I was missing, can you put an example there, in the instructions for this
or somehow clarify this.
I can now see that this was obvious, but damn I jumped to the conclusion that it starts from a point and continues the same old loop.
I don't think I'm understanding the question correctly?
The part where it says it should "start over", what does that mean?
What does it mean by so on?
would 12 start on "not at all"? and would 13 start on "I love you"?
No!
Actually you can write a code, running with linear time, but that time still would have to be n^2.
And that's only if we had to return an 1D array instead of 2D array.
When I use Attempt, and my code fails for some reason, I think the Output screen should show what test it was running, instead of just showing the output.
This code made me smile, Clever one.☻(Actually, I'm really new to rust.)