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.
Hi Adrian,
Thanks for the interesting kata!
You wrote to Animoni that the maze 2 replies above and the following directions should return 'Lost':
Test.assert_equals(maze_runner(maze,["N","N","N","E"]), "Lost", "Should return Lost")
I totally agree, but when I attempt to test it, I am getting this error: "Expected outcome to be Dead: expected 'Lost' to equal 'Dead'". How could the expected answer be 'Dead'?
Thanks.
Cool, nice one :-)
This comment is hidden because it contains spoiler information about the solution
Hi @animoni, it looks like your code is return
nil
but not sure why without looking at it :-) if you want you could post your code here and mark as spoiler and I can try and solve it :-)The final test cases (in every language) are below then lots of random tests.
This comment is hidden because it contains spoiler information about the solution
Hi Animoni. Which language? please provide more info on the test case. :-)
Same here:( That is the only fail I have :(