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.
@fstnando77
From Kata description:
I agree with amitznati. In the following case (Good5):
You are also not 100% sure which path to take, however return true.
clean af! gg
Did you read the hint in the Kata description?
If you are not 100% sure which step you must take then line is not valid.
This comment is hidden because it contains spoiler information about the solution
Sorry, I didn't understood what it mean ambiguity in terms of paths, maybe its lingo diffs...
you will get to a junction. Do you turn left or right? You don't know...
What does it mean?
If I can go left (didn't stepped on this cell before) I'll try to go left, same for right...
can you please clarify this condition?:
"It must be possible to follow the line with no ambiguity"
Seems like I'm not the only1 struggling with this condition..
X
you will get to a junction. Do you turn left or right? You don't know...X
Since the line is not "valid" in either direction then it is not considered a valid line.
I read the discussions, and I still don't get why it's invalid test:
there is only one path forward and backward, isn't it?
is it possible to pass on corner twice but to different directions?