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.