Ad
  • Custom User Avatar

    Not an issue

  • Custom User Avatar

    But if you follow the Directions given above, its not reaching 3.

    Though it perfectly does reach the exit point...

    [[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]]
     
     ["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"]
    
  • Custom User Avatar

    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 :-)

  • Custom User Avatar

    undocumented issues are not issues. :p

  • Custom User Avatar

    Passed all the test but still showing as incomplete.

    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.

  • Custom User Avatar

    Resolved then.

  • Custom User Avatar

    Did you try it with a big number in repl.it?