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.
Not an issue
Ok got it.
Though it perfectly does reach the exit point...
Yes I know. The end point for finish is 3. But if you follow the Directions given above, its not reaching 3.
Without looking too deeply into this please could I refer you to the line in the instuctions.
If you reach the end point before all your moves have gone, you should return Finish.
Hope this helps :-)
Log:
Maze: [[1, 1, 1, 1, 1, 1, 1, 1, 0, 1], [1, 3, 1, 0, 1, 0, 0, 0, 0, 1], [1, 0, 1, 0, 0, 0, 1, 1, 0, 1], [1, 0, 1, 1, 1, 1, 1, 0, 0, 1], [1, 0, 1, 0, 0, 0, 0, 0, 0, 1], [1, 0, 1, 0, 1, 0, 1, 0, 0, 1], [1, 0, 1, 0, 1, 0, 0, 0, 0, 0], [1, 0, 1, 0, 1, 0, 1, 1, 0, 1], [1, 0, 0, 0, 1, 0, 0, 0, 0, 1], [1, 1, 1, 0, 1, 1, 1, 1, 2, 1]]
Directions: ["N", "W", "W", "W", "N", "N", "N", "N", "W", "W", "S", "S", "S", "S", "W", "W", "N", "N", "N", "N", "N", "N", "N", "S", "S"]
Should return Finish - Expected: "Finish", instead got: "Lost"
This is the log I got when i attempted. I think this testcase is incorrect.
undocumented issues are not issues. :p
This comment is hidden because it contains spoiler information about the solution
What could we do with that?
Language? What's your code? Please read this, paste your code and mark your post as having spoiler content. Use issue reporting only after you're sure your code is ok, see how many solutions there are for the language you're using, if there are a lot, normally the problem is in your code and not in the kata code. If the problem is in your code, use
Question
label instead.Resolved then.
I had tried it.
There was an issue while returning. Its resolved now.
Anyway thanks.
Did you try it with a big number in repl.it?
yeah
My code is not working properly in Ruby.
I tried it on repl and its working.
Passed all the test but still showing as incomplete.